フィルターのクリア

How to call an edit text of a.fig to b.m?

1 回表示 (過去 30 日間)
Alvindra Pratama
Alvindra Pratama 2016 年 6 月 17 日
編集済み: Alvindra Pratama 2016 年 6 月 18 日
i have a GUI that i save in file named as a.fig, of course a.fig has a file called as a.m i want to ask, is it possible if i want to call an edit text of a.fig to b.m?
  2 件のコメント
Shameer Parmar
Shameer Parmar 2016 年 6 月 17 日
Yes, it is possible.
if you run the gui using a.m file, then in between the code if you are calling the b file from a file, so before calling b, save the edit text data into one variable and then pass that variable to file b as input argument.
Alvindra Pratama
Alvindra Pratama 2016 年 6 月 18 日
編集済み: Alvindra Pratama 2016 年 6 月 18 日
Hello sir, here i want to called this from m.files named a.m to my edit text on my GUI named b.fig :
[mahal_min, recognized_index] = min(mahal);
Can you help me how can i show that code's result into my edit text?

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

採用された回答

Geoff Hayes
Geoff Hayes 2016 年 6 月 18 日
Alvindra - see http://www.mathworks.com/matlabcentral/answers/146215-pass-data-between-gui-s which discusses passing data between GUIs but is near identical to your problem.
  2 件のコメント
Alvindra Pratama
Alvindra Pratama 2016 年 6 月 18 日
thank you & i'll try it sir
Alvindra Pratama
Alvindra Pratama 2016 年 6 月 18 日
編集済み: Alvindra Pratama 2016 年 6 月 18 日
Hello sir, here i want to called this from m.files named a.m to my edit text on my GUI named b.fig :
[mahal_min, recognized_index] = min(mahal);
I've tried your recommendation above but it still nor working for me, can you help me how can i show that code's result into my edit text?

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

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