From: paul paul on
Hi there
I'm wondering if somebody knows how to divide a curve in equal sections in MATLAB?
From: us on
"paul paul" <msfallah(a)yahoo.com> wrote in message <hvb7s9$a0u$1(a)fred.mathworks.com>...
> Hi there
> I'm wondering if somebody knows how to divide a curve in equal sections in MATLAB?

show an example of what you consider a ...curve...

us
From: Walter Roberson on
paul paul wrote:

> I'm wondering if somebody knows how to divide a curve in equal sections
> in MATLAB?

Is that equal sections along the length of the curve, or equal x or equal y?

If it is equal sections along the length of the curve, then how do you have
the curve defined? In particular, do you have an analytical formula for the curve?

If I recall correctly, a few months ago Roger Stafford showed how to find a
particular distance along the length of a (discretized?) curve taking into
account interpolation from the endpoints to the next known value.