How to focus on figure-window?

34 次查看(过去 30 天)
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...

采纳的回答

Jarrod Rivituso
Jarrod Rivituso 2011-3-23
Using figure again should work:
>> figure(Hfig1)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Interactive Control and Callbacks 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by