Does the LASTERR or LASTERROR function in MATLAB return the line number and stack trace of the last error found?

1 view (last 30 days)
For example, if I am trying to track someone else's code, and I try to trap any errors using the TRY/CATCH commands with the LASTERR function, LASTERR tells me what the error is, but not where I can find it. I would like to have LASTERR return the corresponding line number and stack trace.
The LASTERROR function does not provide this information either.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
This enhancement has been incorporated in Release 14 Service Pack 3 (R14SP3). For previous product releases, there are no workarounds

More Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!