Suppressed output after code error in publish
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (1)
Andrew Newell
le 3 Mar 2011
0 votes
Catégories
En savoir plus sur MATLAB Report Generator dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!