MATLAB C/C++ Graphics Library | ![]() ![]() |
Depending on Graphics Settings in Start-Up Files
When you start MATLAB, it executes startup.m
, if it exists. Your application may depend on Handle Graphics defaults that are set within a startup.m
file.
Workaround
If your application depends on graphics settings in a startup.m
file, include the startup.m
, or the portion of it your application depends on, in the group of M-files that you compile with the MATLAB Compiler. Your application must explicitly call these graphics settings.
![]() | File Menu Does Not Appear in Application | Problem Starting Graphics Application Executable | ![]() |