| Description |
STREVAL('F(y1,...,yn)',y1,...,yn), has the same effect as:
FEVAL(INLINE('F(y1,...,yn)'),y1,...,yn)
STREVAL has been created as an alternative to inlined functions when you want to compile your M-files with "mcc" command.
(Inline objects are not supported in the last release of the MATLABĀ® Compiler -Version 3.0-) |