Borrar filtros
Borrar filtros

How to Bound Each Output Figure

2 visualizaciones (últimos 30 días)
Murat Kocaman
Murat Kocaman el 4 de Oct. de 2018
Comentada: Murat Kocaman el 23 de Nov. de 2018
Hello,
Does anyone know if it is possible to close all output figures while closing any of them once?
At the moment I am using this:
set(h2, 'HandleVisibility', 'off');
uiwait(msgbox('Click OK to close all '));
close all;
set(h2, 'HandleVisibility', 'on');
This works as automatically asking to close all dialogs. I need it without dialog box and with normal clicking on X at the upper left of a figure.
  3 comentarios
Stephen23
Stephen23 el 4 de Oct. de 2018
Editada: Stephen23 el 4 de Oct. de 2018
I agree with Adam: this sounds like the GUI equivalent of putting clear, clc, and close at the top of every script. Rather than indiscriminately closing everything, keeping track of the figures in the first place would be a much better idea: this is exactly what graphics handles are for!
Murat Kocaman
Murat Kocaman el 23 de Nov. de 2018
Thank you I am trying this.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Just for fun en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by