Clear Filters
Clear Filters

clf reset on invisible figure makes it visible

4 views (last 30 days)
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!

Accepted Answer

Dishant Arora
Dishant Arora on 20 Mar 2014
f1h=figure('visible', 'off');
clf(f1h)

More Answers (0)

Categories

Find more on Graphics Object Programming in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!