フィルターのクリア

How to control visibility of all panels with one single statement

1 回表示 (過去 30 日間)
Abdurrehman
Abdurrehman 2018 年 2 月 11 日
編集済み: Abdurrehman 2018 年 2 月 11 日
Hi,
I have used many UI Panels in my guide GUI. The Panels are dedicated for special tasks which can be selected by pushbuttons. Currently, I am enabling or disabling each panel with following statements
handles.PanelName.Visible='on';
handles.PanelName.Visible='off';
The problem is, I have to repeat statement for each panel. Is it possible to control the visibility of all panels with a single statement. I have used
arrayfun with findall
to clear all axes in one single statement but not sure how to use this for controlling the visibility of panels. Please help, thanks.

回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by