Is there a publishing option to prevent figure windows from appearing when publishing my script in MATLAB 8.2 (R2013b)?

6 visualizzazioni (ultimi 30 giorni)
I have a script that generates a lot figures. When I run the script, I want to see the figures on the screen. When I publish the script, I would like the publisher to capture the figures but I do not want the figures to pop up on my screen. Is there a publishing option to achieve this?

Risposta accettata

MathWorks Support Team
MathWorks Support Team il 29 Gen 2014
There is no publishing option to prevent figure windows from appearing while still capturing them in the report.
However, you can use the 'snapnow' function to force a particular figure to be included in your published document, then you can close the figure to prevent too many figures from cluttering your screen.
Alternatively, you can use 'dbstack' to determine whether your script is being called by the publisher, and optionally close the figure only when you are publishing a document. Examples of how this could be done are attached to this article.

Più risposte (0)

Categorie

Scopri di più su Printing and Saving in Help Center e File Exchange

Tag

Non è stata ancora inserito alcun tag.

Prodotti


Release

R2013b

Community Treasure Hunt

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

Start Hunting!

Translated by