User`s guide
Including M-File Information in Compiler Output
5-45
your results are
??? Error using ==> tmmult
Error using ==> *
Inner matrix dimensions must agree.
Error in File: "<matlab>\extern\examples\compiler\tmmult.m",
Function: "tmmult", Line: 4.
Note When using the -A debugline:on option, the lasterr function returns
a string that includes the line number information. If, in your M-code, you
compare against the string value of
lasterr, you will get different behavior
when using this option.
Since
try catch end is not available in g++, do not use the -A debugline:on
option on Linux when generating a C++ application.