PURPOSE
[signal, model, axes, name] = feval(model, parameters, x,y, ...) evaluate a function
SYNOPSIS
function [signal, model, ax, name] = feval(model, p, varargin)
DESCRIPTION
CROSS-REFERENCE INFORMATION
This function calls:
- abs b = abs(s) : absolute value of iFunc object
- cellstr ret = cellstr(s) : convert iFunc into a cell of strings
- disp disp(s) : display iFunc object (details)
- feval [signal, model, axes, name] = feval(model, parameters, x,y, ...) evaluate a function
- get [...] = get(s, 'PropertyName', ...) : get iFunc object properties
- isempty isempty(s) : true for empty iFunc object
- isfield b = isfield(s, field) : check existence of field/parameter in model objects
- ndims d = ndims(s) : get the dimensionality of iFunc object
- ones s = ones(s,N,M,P,...) : initialize an iFunc array
- plot h = plot(model, parameters, axes, ...) plot a model
- rdivide c = rdivide(a,b) : computes the ratio of iFunc objects
- save f = save(s, filename, format, options) : save iFunc object into various data formats
- transpose b = transpose(s) : non-conjugate transpose of iFunc object
- zeros s = zeros(s,N,M,P,...) : initialize an iFunc array
This function is called by:
- feval [signal, model, axes, name] = feval(model, parameters, x,y, ...) evaluate a function
- fits [pars,criteria,message,output] = fits(model, data, pars, options, constraints, ...) : fit a model on a data set
- fmin [MINIMUM,FVAL,EXITFLAG,OUTPUT] = FMIN(FUN,PARS,[OPTIONS],[X,Y,...]) Best optimizer
- iFunc
- mlock b = mlock(s, parameters, ...) : sets parameter lock (fix) for further fit using the model 's'
- munlock b = munlock(s, parameters, ...) : free parameter lock (clear) for further fit using the model 's'
- plot h = plot(model, parameters, axes, ...) plot a model
- subsref b = subsref(a,s) : iFunc indexed references
- xlim b = xlim(s, parameters, [min max], ...) : sets parameter bounds (min,max) for further fit using the model 's'
Generated on Tue 27-Nov-2018 10:56:24 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1