Suppressed output after code error in publish
Mostra commenti meno recenti
When I try to publish code that contains an example of a command that returns an error, the output for all code up to and including the error displays but all further code output is suppressed. For example, if I publish a file with this code in it,
3
error
3
the output shows the following for the first cell
ans =
3
Error using ==> error
Not enough input arguments.
Error in ==> cellToDebug at 3
error
but shows no output for the second cell (it does display the code). How do I get PUBLISH to continue displaying output after an error?
Risposta accettata
Più risposte (1)
Andrew Newell
il 3 Mar 2011
0 voti
Categorie
Scopri di più su MATLAB Report Generator in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!