Plotting data from one GUI to other
Ältere Kommentare anzeigen
Hello Everyone
I have a doubt regarding plotting the data that is being generated in one GUI, in another window which consists of just an axes and a pushbutton (Save as). I am using the function 'plot' in the first GUI and want to pass the handle of the axes (present in the second GUI) to the first so that data generated will be plot in the second GUI. I am trying to use the sharing method with guidata.
Thanks in advance.
Akzeptierte Antwort
Weitere Antworten (3)
nl2605
am 18 Jul. 2013
0 Stimmen
nl2605
am 18 Jul. 2013
0 Stimmen
nl2605
am 18 Jul. 2013
0 Stimmen
1 Kommentar
Dishant Arora
am 18 Jul. 2013
It would also work.
h = findobj(SecondGui , 'type' , 'axes')
or the above statement will return handles to all the axes. h will be a vector.
Kategorien
Mehr zu Creating, Deleting, and Querying Graphics Objects finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!