help-octave
[Top][All Lists]
Advanced

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

Re: Request for help from matlab spline toolbox user


From: David Bateman
Subject: Re: Request for help from matlab spline toolbox user
Date: Fri, 13 Oct 2006 02:05:50 +0200
User-agent: Thunderbird 1.5.0.7 (X11/20060921)

Aquil H. Abdullah wrote:
> The second line of failed to run
> 
>>> x = linspace(0,2*pi,15)'; y = sin(x);
>>> ppval(csape(x,[y,y]),x)
> ??? Error using ==> chckxywp
> The number of sites, 15, does not match the number of values, 2.
> 
> Error in ==> csape>csape1 at 172
> [xi,yi,sizeval,endvals] = chckxywp(x,y,0);
> 
> Error in ==> csape at 162
>       pp = csape1(x,y,conds);
> 

Thanks, then the octave-forge csape function is currently incompatible,
and the changes to ppval exposed this in the unitary tests..

Thanks
D.


reply via email to

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