how to hide a form?
이전 댓글 표시
Hi ,
when i navigate from one form to another form , i want to hide old form . how can i achieve it.?
regards, siddu
답변 (1개)
Walter Roberson
2012년 8월 20일
0 개 추천
MATLAB does not have any concept of "form", or any concept of "navigating", so we cannot tell what you are trying to do.
Generally speaking, if you want to hide something, set its Visible property to 'off'.
(This does not, however, apply to axes containing plots, as the Visible property for axes controls whether the axes box and tick marks and labels and so on appear, but does not control whether the contents appear.)
카테고리
도움말 센터 및 File Exchange에서 Descriptive Statistics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!