home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / LANG.DI$ / FEVAL.M < prev    next >
Encoding:
Text File  |  1993-03-07  |  442 b   |  11 lines

  1. %FEVAL    Function evaluation.
  2. %     If F is a string containing the name of a function (usually
  3. %     defined by an M-file), then  FEVAL(F,x1,...,xn)  evaluates
  4. %     that function at the given arguments.  For example,
  5. %     F = 'foo',  FEVAL(F,9.64) is the same as  foo(9.64).
  6. %     FEVAL is usually used inside functions which have the names
  7. %     of other functions as arguments.
  8.  
  9. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  10. %    Built-in function.
  11.