How to focus on figure-window?

56 Ansichten (letzte 30 Tage)
Igor
Igor am 23 Mär. 2011
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...

Akzeptierte Antwort

Jarrod Rivituso
Jarrod Rivituso am 23 Mär. 2011
Using figure again should work:
>> figure(Hfig1)

Weitere Antworten (0)

Kategorien

Mehr zu Graphics Objects finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by