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

Home » Public Forums » archive » Re: Quasi-freehand curve fitting...
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: Quasi-freehand curve fitting... [message #11196 is a reply to message #11193] Mon, 09 March 1998 00:00 Go to previous messageGo to previous message
steinhh is currently offline  steinhh
Messages: 260
Registered: June 1994
Senior Member
Richard Brockie (rmb@muckleroe.roe.ac.uk) wrote:
> Thanks to Jim Pendleton <jimp@rsinc.com>, who suggested the SPLINE
> routine. I have ended up using SPL_INIT and SPL_INTERP as SPLINE has a
> few limitations, the main being that it requires monotonically
> increasing x-values which I do not necessarily have.

IDL> ix = sort(x)
IDL> x = x(ix)
IDL> y = y(ix)

Now you do :-)

Stein Vidar
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: associated variables in structures
Next Topic: Re: display question

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

Current Time: Fri Oct 10 13:42:15 PDT 2025

Total time taken to generate the page: 0.96116 seconds