フィルターのクリア

change uitable property from another gui?

2 ビュー (過去 30 日間)
Nagham Kabbara
Nagham Kabbara 2015 年 11 月 3 日
コメント済み: Nagham Kabbara 2015 年 11 月 4 日
hi, i am trying to program a small matlab app. in the main gui GUI1 i have a uitable, when the pushbutton filter is pushed, a new gui GUI2 is opened and the user will be able to choose a filtering criteria. so i was wondering if there's a way to set the data of uitable located in GUI1 from GUI2?

採用された回答

Walter Roberson
Walter Roberson 2015 年 11 月 3 日
Yes.
You can pass the handle of the table in to GUI2. Or if the 'Tag' property of the table is not duplicated in GUI2 then you can findobj('Tag', 'TheUitableTagGoesHere') to retrieve the handle. After that it is just a matter of changing the appropriate table properties according to what you want to do.
  1 件のコメント
Nagham Kabbara
Nagham Kabbara 2015 年 11 月 4 日
thank you it worked perfectly

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

その他の回答 (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