フィルターのクリア

How to use VARARGOUT right?

3 ビュー (過去 30 日間)
Simon Mürwald
Simon Mürwald 2017 年 1 月 17 日
回答済み: Jordan Ross 2017 年 1 月 23 日
Hello,
this is the first time for me to use Matlab and GUIDE. I have two GUIs, and I open the the second GUI from the main GUI, after a button is pressed in the second GUI, I want it to return a cell array and save this array in a variable in the main GUI. What do I have to write in the callback function of the button and how do I have to call the second GUI out of the main GUI? And another question: when exactly is the OutputFcn called?

採用された回答

Jordan Ross
Jordan Ross 2017 年 1 月 23 日
Hello Simon,
To pass data between GUI's you should take a look at the following MATLAB Answers posts:
Lastly, "OutputFcn" is called after the opening function returns control and before control returns to the command line. For more information, check out the following documentation page: http://www.mathworks.com/help/matlab/creating_guis/files-generated-by-guide.html

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