How to focus on figure-window?

Let's two figure are opened
Hfig1=figure(1);Hfig2=figure(2);
How to focus (make active) one of them?
I haven't find relevant figure property...

 Respuesta aceptada

Jarrod Rivituso
Jarrod Rivituso el 23 de Mzo. de 2011

1 voto

Using figure again should work:
>> figure(Hfig1)

Más respuestas (0)

Preguntada:

el 23 de Mzo. de 2011

Community Treasure Hunt

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

Start Hunting!

Translated by