Publish with no output to screen

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

 采纳的回答

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 个评论

Thx. It does not seem to work for me though. I get:
>> set(0,'DefaultFigureVisibility','off')
??? Error using ==> set
Invalid property found.
Object Name : figure
Property Name : 'Visibility'.
Sorry, that should have been
set(0,'DefaultFigureVisible','off')
Thank you, works great.

请先登录,再进行评论。

更多回答(1 个)

Mads
Mads 2011-5-26

0 个投票

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 个评论

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.

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 Interactive Control and Callbacks 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by