User`s guide
B
Error and Warning
Messages
This appendix lists and describes error messages and warnings generated by the MATLAB Compiler.
Compile-time messages are generated during the compile or link phase. It is useful to note that most
of these compile-time error messages should not occur if MATLAB can successfully execute the
corresponding M-file. Run-time messages are generated when the executable program runs.
Use this reference to
• Confirm that an error has been reported
• Determine possible causes for an error
• Determine possible ways to correct an error
When using the MATLAB Compiler, if you receive an internal error message, record the specific
message and report it to Technical Support at The MathWorks at
support@mathworks.com.
Compile-Time Errors (p. B-2) Error messages generated at compile time
Warning Messages (p. B-11) User-controlled warnings generated by the Compiler
Run-Time Errors (p. B-18) Errors generated by the Compiler into your code