How to focus on figure-window?

조회 수: 50 (최근 30일)
Igor
Igor 2011년 3월 23일
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에서 Graphics Objects에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by