MATLAB C/C++ Graphics Library    

Using Unsupported MATLAB 6.0 Features

The MATLAB Compiler supports most of the MATLAB 6.0 language features, including multidimensional arrays, cell arrays, and structures. However, the Compiler does not support:

See the MATLAB Compiler documentation for more information about these limitations.

Symptom

The Compiler outputs error messages that identify which unsupported feature prevented compilation.

Workaround

If your application uses unsupported features, the only workaround is to remove these unsupported features by recoding your application.


 Troubleshooting Compiling Applications Written as Scripts