Borrar filtros
Borrar filtros

clf reset on invisible figure makes it visible

4 visualizaciones (últimos 30 días)
oxy
oxy el 20 de Mzo. de 2014
Respondida: Dishant Arora el 20 de Mzo. de 2014
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!

Respuesta aceptada

Dishant Arora
Dishant Arora el 20 de Mzo. de 2014
f1h=figure('visible', 'off');
clf(f1h)

Más respuestas (0)

Categorías

Más información sobre Graphics Object Programming en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by