User`s guide
12 Limitations and Restriction s
Limitations About What May Be Compiled
In this section...
“Compiling MATLAB a nd Toolboxes ” on page 12-2
“MATLAB Code” on page 12-3
“Fixing Callback Problems: Missing Functions” on page 12-3
“Finding Missing Functions in an M-File” on page 12-5
“Suppressing Warnings on UNIX” on page 12-5
“Cannot Use Graphics with the -nojvm Option” on page 12-5
“Cannot Create the Output File” on page 12-6
“No M-File Help for Compiled Functions” on page 12-6
“No MCR Versioning on Mac O S X” on p age 12-6
“Older Neural Networks Not Deployable with MATLAB Compiler” on page
12-7
Compiling MATLAB and To olboxes
MATLAB Compiler supports the full M ATLAB language and almost all
MATLAB base d toolboxes. However, some limited MATLAB and too lbox
functionality is not lice ns ed for compilation.
• Most of the prebuilt graphical user interfaces included in MATLAB and its
companion toolbox es will not compile.
• Functionality that cannot be called directly from the command line will
not compile.
• Some toolboxes, such as Symbolic Math Toolbox, will not compile.
The code generated by MATLAB Compiler is not suitable for embedded
applications unless the system is running a version of Windows, UNIX/Linux,
or Mac OS X that supports MATLAB.
To see a full list of MATLAB Compiler limitations, visit
http://www.mathworks.com/product s/compiler/compiler_support.html.
12-2