フィルターのクリア

clf reset on invisible figure makes it visible

4 ビュー (過去 30 日間)
oxy
oxy 2014 年 3 月 20 日
回答済み: Dishant Arora 2014 年 3 月 20 日
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 Center および File ExchangeGraphics Object Programming についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by