Printing MATLAB errors (R14sp3 and later)

Produces formatted output from the information returned by "lasterror"
1,9K download
Aggiornato 1 set 2016

Visualizza la licenza

Following the long-awaited addition to MATLAB of a mechanism for retrieving the call stack at the time of the last error it is now possible to find out where in the code the error occurred even when an error has been caught by a "catch" statement.
However, the convenient hyperlinks which allow you to go directly to the source of the error are only available when the error is uncaught.

This function prints similar hyperlinks in the MATLAB command window even for errors which were caught. Simply type "ple" at any time, and details of the the last error, including hyperlinks to every point in the call stack, will be shown in the command window.

Cita come

Malcolm Wood (2024). Printing MATLAB errors (R14sp3 and later) (https://www.mathworks.com/matlabcentral/fileexchange/9525-printing-matlab-errors-r14sp3-and-later), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R14SP3
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Scope Variables and Generate Names in Help Center e MATLAB Answers
Riconoscimenti

Ispirato: SeisLab 2.01, SeisLab 3.01

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.2.0.1

Updated license

1.2.0.0

Added copyright notice and suppressed an M-Lint warning.

1.1.0.0

Review

1.0.0.0

Adding some keywords, since this entry doesn't appear when I search for "print error" or "print errors".