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 件のコメント

Jan
Jan 2012 年 8 月 20 日
What is a "form"?

サインインしてコメントする。

回答 (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