help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problem in using spline


From: preeti gaikwad
Subject: problem in using spline
Date: Tue, 18 Oct 2011 15:21:37 +0200


Hello all,

          I have a problem in using spline....particularly I want to generate new y value at same x using such code

Y1=y(Ib-23:1:Ib+23,:);

X=t(:,Ib-23:1:Ib+23);

XX=t(:,Ib-10:1:Ib+10);

%YY=y(Ib-3:1:Ib+7,:);

yy1=spline(X, Y1, XX);

 here i am getting same Y1 not the new yy1 could u please let me know what is the problem? thanks in advance

reply via email to

[Prev in Thread] Current Thread [Next in Thread]