comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » evenly spaced vector
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: evenly spaced vector [message #81336 is a reply to message #81182] Thu, 06 September 2012 07:00 Go to previous messageGo to previous message
Craig Markwardt is currently offline  Craig Markwardt
Messages: 1869
Registered: November 1996
Senior Member
On Thursday, September 6, 2012 7:22:21 AM UTC-4, sivan wrote:
> On Sunday, September 2, 2012 11:46:56 PM UTC+3, Craig Markwardt wrote:

> i appreciated for your reply.
>
>
>
> it doesn't matter whether I use arcsample or not.
>
> the problem is that i don't place evenly spaced points along the curve.
>
> modified or unmodified arcsample routine doesn't work as requested. i tried both.

I tried this example:
x0 = randomn(seed,5) & y0 = randomn(seed,5)
arcsample, x0, y0, x, y

plot, x0, y0 & oplot, x, y, psym=1
plot, sqrt((x(1:*)-x)^2 + (y(1:*)-y)^2)

It looks evenly spaced to me.

The points are evenly spaced along the (spline interpolation) path, but that does not necessarily mean equally distant from each other (linear interpolation).

ARCSAMPLE up-samples by a factor of 100. If you modify that to a larger and larger number, then neighbor points will tend to be more and more equidistant.

CM
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: ArcGIS-like tool dialog box template
Next Topic: Re: Managing several object instances

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 12:58:25 PDT 2025

Total time taken to generate the page: 0.88177 seconds