Scilab - Cubic spline
- Dale Valenti
- Casual User
- Posts: 12
- Joined: Wed Nov 02, 2011 8:23 pm
Scilab - Cubic spline
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
- Evan Tromblay
- Casual User
- Posts: 13
- Joined: Wed Oct 26, 2011 7:00 pm
Re: Scilab - Cubic spline
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
http://help.scilab.org/docs/5.4.0/en_US/splin.html
- Dale Valenti
- Casual User
- Posts: 12
- Joined: Wed Nov 02, 2011 8:23 pm
Re: Scilab - Cubic spline
Because I totally missed that in the package documentationEvan 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 ?
Thanks!