| MATLAB Compiler | ![]() |
pragma to help Compiler locate functions that are called through feval, eval, or Handle Graphics callback.
Syntax
Description
The %#function pragma informs the MATLAB Compiler that the specified function(s) will be called through an feval, eval, or Handle Graphics callback.
Use the %#function pragma in stand-alone C and C++ applications to inform the MATLAB Compiler that the specified function(s) should be included in the compilation, whether or not the Compiler's dependency analysis detects the function(s). Without this pragma, the Compiler's dependency analysis will not be able to locate and compile all M-files used in your application.
| %#external | buildmcr | ![]() |
© 1994-2005 The MathWorks, Inc.