フィルターのクリア

sharing the data between gui in variable form

1 回表示 (過去 30 日間)
renoald Tang
renoald Tang 2012 年 2 月 25 日
Hai , i want to sharing the data between multiple gui in matlab. As what show in example in matlab , the transfer data between gui in based on component ( for example , share the data to other gui in text display). But what i want is share the data to other gui in variable , for example ,gui 1 send value to variable C in gui 2 . For your info , gui 2 not have any component !

採用された回答

Walter Roberson
Walter Roberson 2012 年 2 月 25 日
Every GUI has a component. The component might be only the blank figure window, but a GUI that does not have at least a figure window is by definition not a Graphical User Interface.
You can use setappdata() against the GUI's figure, or you can set the GUI's figure UserData property.

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