Functions | |
if (nargin > 2) for i | |
if (ischar(arg)) arg | |
if (strcmp("extrap", arg)) extrap | |
elseif (strcmp("pp", arg)) pp | |
endif else | if (firstnumeric) xi |
if (isvector(y)&&size(y, 1)==1) y | |
Variables | |
function | yi |
endif | method = "linear" |
extrap = NA | |
xi = [] | |
pp = false | |
firstnumeric = true | |
endif endif endfor endif | x = x(:) |
nx = size (x, 1) | |
endif | ndy = ndims (y) |
szy = size (y) | |
ny = szy(1) | |
nc = prod (szy(2:end)) | |
y = reshape (y, ny, nc) | |
szx = size (xi) |
elseif | ( | strcmp("pp", arg) | ) |
if | ( | isvector(y)&&size(y, 1) | = =1 |
) |
endif else if | ( | firstnumeric | ) |
if | ( | strcmp("extrap", arg) | ) |
if | ( | ischar(arg) | ) |
if | ( | nargin | , | |
2 | ||||
) |
firstnumeric = true |
nx = size (x, 1) |
pp = false |
xi = [] |