csape(x, y, "cond") with a boundary condition of "periodic" will work  
for a one dimensional vector, but not for a matrix value for y. This  
is fixed by changing line 162 in csape.m from:

   c(2:n,idx) = z(:,2:end) - z(:,1) * fact;

to:

   c(2:n,:) = z(:,2:end) - z(:,1) * fact;

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to