Mar-15-2018, 10:28 PM
(This post was last modified: Mar-15-2018, 10:29 PM by silverfish.)
Hi :)
I'd like to know if someone knows how to translate these linecodes from scilab into Python:
Var1=splin(x,y)
Var2=interp(p,x,y,Var1);
Because I think we can't interpolate "Var1" which is already an interpolation..
Thank you
I'd like to know if someone knows how to translate these linecodes from scilab into Python:
Var1=splin(x,y)
Var2=interp(p,x,y,Var1);
Because I think we can't interpolate "Var1" which is already an interpolation..
Thank you
