abs | b = abs(s) : absolute value of iFunc object |
acos | b = acos(s) : computes the arc cosine of iFunc object |
acosh | b = acosh(s) : computes the inverse hyperbolic cosine of iFunc object |
asin | b = asin(s) : computes the arc sine of iFunc object |
asinh | b = asinh(s) : computes the inverse hyperbolic sine of iFunc object |
atan | b = atan(s) : computes the arc tangent of iFunc object |
atanh | b = atanh(s) : computes the inverse hyperbolic tangent of iFunc object |
ceil | b = ceil(s) : upper integer round of iFunc object |
cellstr | ret = cellstr(s) : convert iFunc into a cell of strings |
char | ret = char(s) : convert iFunc into character |
conj | b = conj(s) : conjugate of iFunc object |
conv | c = conv(a,b) : computes the convolution of iFunc models |
convn | c = convn(a,b) : computes the convolution of an iFunc object with a response function |
copyobj | b = copyobj(s) : makes a copy of iFunc object |
cos | b = cos(s) : computes the cosine of iFunc object |
cosh | b = cosh(s) : computes the hyperbolic cosine of iFunc object |
ctranspose | b = ctranspose(s) : complex conjugate transpose of iFunc object |
del2 | b = del2(s) : computes the Discrete Laplacian of iFunc object |
disp | disp(s) : display iFunc object (details) |
display | d = display(s) : display iFunc object (from command line) |
doc | doc(iFunc): iFunc web page documentation |
edit | s = edit(s) : edit an iFunc model with a window dialogue |
exp | b = exp(s) : exponential value of iFunc object |
feval | [signal, model, axes, name] = feval(model, parameters, x,y, ...) evaluate a function |
findfield | [match, types, nelements]=findfield(iFunc, field, option) : look for iFunc fields |
findstr | [match, field]=findstr(s, str, option) : look for strings stored in iFunc |
fits | [pars,criteria,message,output] = fits(model, data, pars, options, constraints, ...) : fit a model on a data set |
fix | b = fix(s, parameters, ...) : sets parameter lock (fix) for further fit using the model 's' |
fliplr | b = fliplr(s) : Flip object in left/right direction |
flipud | b = flipud(s) : Flip object in up/down direction |
floor | b = floor(s) : lower integer round of iFunc object |
fmax | [Maxmimum,FVAL,EXITFLAG,OUTPUT] = fmax(FUN,PARS,[OPTIONS],[X,Y,...]) Best maximizer |
fmin | [MINIMUM,FVAL,EXITFLAG,OUTPUT] = FMIN(FUN,PARS,[OPTIONS],[X,Y,...]) Best optimizer |
full | b = full(s) : Convert iFunc object storage to full matrix |
get | [...] = get(s, 'PropertyName', ...) : get iFunc object properties |
iFunc | |
imag | b = imag(s) : imaginary part of iFunc object |
imwrite | f = imwrite(s, filename, format) : save iFunc object into an image |
isempty | isempty(s) : true for empty iFunc object |
isfield | b = isfield(s, field) : check existence of field/parameter in model objects |
load | d = load(s, file): iFunc Model loader |
log | b = log(s) : natural logarithm value of iFunc object |
log10 | b = log10(s) : base 10 logarithm value of iFunc object |
minus | c = minus(a,b) : computes the difference of iFunc objects |
mlock | b = mlock(s, parameters, ...) : sets parameter lock (fix) for further fit using the model 's' |
mpower | c = mpower(a,b) : computes the power of iFunc objects |
mrdivide | c = mrdivide(a,b) : computes the ratio of iFunc objects |
mtimes | c = mtimes(a,b) : computes the multiplication of iFunc objects |
munlock | b = munlock(s, parameters, ...) : free parameter lock (clear) for further fit using the model 's' |
ndims | d = ndims(s) : get the dimensionality of iFunc object |
norm | b = norm(s) : norm-2 of iFunc object |
not | b = not(s) : computes the logical 'not' of iFunc object |
ones | s = ones(s,N,M,P,...) : initialize an iFunc array |
plot | h = plot(model, parameters, axes, ...) plot a model |
plus | c = plus(a,b) : computes the sum of iFunc objects |
power | c = power(a,b) : computes the power of iFunc objects |
publish | b = publish(s) : export the Model object as an HTML document. |
rdivide | c = rdivide(a,b) : computes the ratio of iFunc objects |
real | b = real(s) : real value of iFunc object |
round | b = round(s) : upper integer round of iFunc object |
save | f = save(s, filename, format, options) : save iFunc object into various data formats |
saveas | f = saveas(s, filename, format, options) : save iFunc object into various data formats |
set | [s,...] = set(s, 'PropertyName', Propertyvalue, ...) : set iFunc properties |
sign | b = sign(s) : sign of iFunc object |
sin | b = sin(s) : computes the sine of iFunc object |
sinh | b = sinh(s) : computes the hyperbolic sine of iFunc object |
sparse | b = sparse(s) : Convert iFunc object storage to sparse |
sqrt | b = sqrt(s) : square root value of iFunc object |
subplot | h = subplot(s) : plot iFunc array as subplots |
subsasgn | b = subsasgn(a,index,b) : iFunc indexed assignement |
subsref | b = subsref(a,s) : iFunc indexed references |
tan | b = tan(s) : computes the tangent of iFunc object |
tanh | b = tanh(s) : computes the hyperbolic tangent of iFunc object |
times | c = times(a,b) : computes the multiplication of iFunc objects |
transpose | b = transpose(s) : non-conjugate transpose of iFunc object |
uminus | b = uminus(s) : opposite value of iFunc object |
uplus | b = uplus(s) : makes a copy of iFunc object |
xcorr | c = xcorr(a,b) : computes the correlation of iFunc models |
xlim | b = xlim(s, parameters, [min max], ...) : sets parameter bounds (min,max) for further fit using the model 's' |
xmlwrite | f = xmlwrite(s, filename) : save iFunc object into an XML file |
zeros | s = zeros(s,N,M,P,...) : initialize an iFunc array |