How can I pass data from one gui to another?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I have a GUI in which there is a pushbutton "next" which takes me to another GUI. What I want to do is by clicking pushbutton "next" in GUI_1, GUI_2 shows an image that I have already inserted in a previous GUI_0. I have already made a masterGUI which controls the other GUIs, but I don't know how I can pass this image from the first GUI to the third and get it shown in an axis there.
0 Commenti
Risposte (2)
Friedrich
il 3 Dic 2012
Hi,
have a look here:
Which also explains how to pass data between GUIs:
0 Commenti
Image Analyst
il 3 Dic 2012
You might check out the FAQ: http://matlab.wikia.com/wiki/FAQ#How_can_I_share_data_between_callback_functions_in_my_GUI.28s.29.3F
2 Commenti
Image Analyst
il 3 Dic 2012
What is an anchor? You mean the stuff after the #? I just clicked on the contents and then copied from the address field. Though I did notice that recently they seemed to change it so that you get only Chapter headings in the contents, not the full contents, unless you're logged in, and then you'll see the full contents.
Vedere anche
Categorie
Scopri di più su Image Processing Toolbox 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!