Azzera filtri
Azzera filtri

Publish with no output to screen

5 visualizzazioni (ultimi 30 giorni)
Mads
Mads il 26 Mag 2011
Hi all.
I'm using publish to create a number of figures by a loop. When i do this the figures pop up on screen and I don't want that. I haven't been able to find out how to turn this off. Can someone help?
Thanks

Risposta accettata

Walter Roberson
Walter Roberson il 26 Mag 2011
I don't know if this will work, but you could try
set(0,'DefaultFigureVisibility','off')
Any figure created after that (in the session) should, in theory, need to be explicitly set to Visibility on in order to display on the screen.
  3 Commenti
Walter Roberson
Walter Roberson il 26 Mag 2011
Sorry, that should have been
set(0,'DefaultFigureVisible','off')
Mads
Mads il 26 Mag 2011
Thank you, works great.

Accedi per commentare.

Più risposte (1)

Mads
Mads il 26 Mag 2011
Hi again. It turns out that this options setting also means that publish does not create the pictures. Do you have another suggestion?
Thanks.
  1 Commento
Walter Roberson
Walter Roberson il 26 Mag 2011
Sorry, I do not know how publish works internally.
The circumstances under which the "print" command can work without a display are described in the documentation for "print". I do not know, though, if it is "print" that is used by publish.

Accedi per commentare.

Categorie

Scopri di più su Graphics Object Identification in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by