How to call an edit text of a.fig to b.m?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Alvindra Pratama
am 17 Jun. 2016
Bearbeitet: Alvindra Pratama
am 18 Jun. 2016
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 Kommentare
Shameer Parmar
am 17 Jun. 2016
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
am 18 Jun. 2016
Bearbeitet: Alvindra Pratama
am 18 Jun. 2016
Akzeptierte Antwort
Geoff Hayes
am 18 Jun. 2016
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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Environment and Settings finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!