- https://www.mathworks.com/matlabcentral/answers/146215-pass-data-between-gui-s
- http://www.mathworks.com/matlabcentral/answers/95443-how-can-i-share-data-between-two-guis-in-matlab-8-0-r2012b
How to use VARARGOUT right?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Simon Mürwald
il 17 Gen 2017
Risposto: Jordan Ross
il 23 Gen 2017
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?
0 Commenti
Risposta accettata
Jordan Ross
il 23 Gen 2017
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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!