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
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.)

카테고리

질문:

2012년 8월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by