Page 1 of 1

Scilab - Cubic spline

Posted: Thu Dec 20, 2012 3:10 pm
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 :-(

Re: Scilab - Cubic spline

Posted: Thu Dec 20, 2012 4:36 pm
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

Re: Scilab - Cubic spline

Posted: Fri Dec 28, 2012 4:14 pm
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!