clf reset on invisible figure makes it visible

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 日

0 投票

f1h=figure('visible', 'off');
clf(f1h)

その他の回答 (0 件)

カテゴリ

質問済み:

oxy
2014 年 3 月 20 日

回答済み:

2014 年 3 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by