필터 지우기
필터 지우기

Can't open some figures.

조회 수: 1 (최근 30일)
Kamuran
Kamuran 2012년 4월 8일
Hi,
I am having problems to see some of my figures (.fig) files (not open). I know the reason why I can not see them because while creating those figures I wrote 'visible' 'off' therefore I can not see them. I know that they are open because when I open an empty figure Matlab number that as figure 2 not 1. From same calculation the figure that I wrote visible on has no problem.
I do not know how to over come this issue.
Thank you for your help
Erdem

답변 (1개)

Walter Roberson
Walter Roberson 2012년 4월 9일
set(findobj(0,'type','figure'),'visible','on')

카테고리

Help CenterFile Exchange에서 Graphics Object Identification에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by