[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/lang]
feval
(/tools/hpmatlab/toolbox/matlab/lang/feval.m)
Help text
FEVAL Function evaluation.
If F is a string containing the name of a function (usually
defined by an M-file), then FEVAL(F,x1,...,xn) evaluates
that function at the given arguments. For example,
F = 'foo', FEVAL(F,9.64) is the same as foo(9.64).
FEVAL is usually used inside functions which have the names
of other functions as arguments.
Cross-Reference Information
This is called by
- fplot /tools/hpmatlab/toolbox/matlab/plotxy/fplot.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON