clf reset on invisible figure makes it visible

4 次查看(过去 30 天)
Hi guys,
i wanna work without display. Thus trying th like:
f1h=figure('visible', 'off');
clf reset
Than the figure pops up. I don't want it. It also makes no sense if i set it to invisible. Any help?
clf alone wont work because the figure is hidden.
Thx 4 your wisdom!

采纳的回答

Dishant Arora
Dishant Arora 2014-3-20
f1h=figure('visible', 'off');
clf(f1h)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Graphics Object Programming 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by