Plotting Multiple Graphs in MATLAB GUI using a function
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have written a function that returns three plots when one runs the function. I'm having trouble when I'm trying to plot each of these three in three different axes in the MATLAB gui because I do not know what these graphs are stored as in MATLAB to set each figure equal to a specific axes in the GUI window.
I know one can use the set(handles.axes1,...) but I do not know how to use it for three graphs that is run from a function in the GUI.m file and how to catch these files to set them to the appropriate axes.
Thank you in advance for any help
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots 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!