Navigation

Operators and Keywords

Function List:

C++ API

pchip.m File Reference


Functions

 if (ndy==2 &&(szy(1)==1||szy(2)==1)) if(szy(1)
 if (all(h< 0)) x

Variables

function ret
endif x = x(:)
 n = length (x)
 ndy = ndims (y)
 szy = size (y)
endif else y = reshape (y, [prod(szy(1:end-1)), szy(end)])'
endif h = diff (x)

Function Documentation

if ( all(h< 0)   ) 

if ( ndy  = =2 &&(szy(1)==1||szy(2)==1)  ) 


Variable Documentation

h = diff (x)

n = length (x)

ndy = ndims (y)

Initial value:

 pchip (x, y, xi)

  if (nargin < 2 || nargin > 3)
    print_usage ()

else szy = size (y)

endif x = x(:)

y = reshape (y, [prod(szy(1:end-1)), szy(end)])'