Scilab - Cubic spline

Messages about other areas of TRIUS expertise (Energy, Radiation Safety, Risk,..) and Technology, in general...
Post Reply
User avatar
Dale Valenti
Casual User
Casual User
Posts: 12
Joined: Wed Nov 02, 2011 8:23 pm

Scilab - Cubic spline

Post by Dale Valenti »

I have to come up with a script to do some cubic spline interpolations. Does anyone have any pointers? It's part of a bigger project that involves the development of a variety of routines/scripts and I may have to bug posters here again, but for now I'm stuck and unless I can solve this problem I can't move forward :-(
User avatar
Evan Tromblay
Casual User
Casual User
Posts: 13
Joined: Wed Oct 26, 2011 7:00 pm

Re: Scilab - Cubic spline

Post by Evan Tromblay »

Not sure if I understand your question, maybe not, but why can't you just use the splin function that's part of scilab 5.4.0 ?

http://help.scilab.org/docs/5.4.0/en_US/splin.html
User avatar
Dale Valenti
Casual User
Casual User
Posts: 12
Joined: Wed Nov 02, 2011 8:23 pm

Re: Scilab - Cubic spline

Post by Dale Valenti »

Evan Tromblay wrote:Not sure if I understand your question, maybe not, but why can't you just use the splin function that's part of scilab 5.4.0 ?
Because I totally missed that in the package documentation :-(

Thanks!
Post Reply