How to add a graph with axes in a GUI
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Im trying to add a graph with axes from 1 to 1 into a GUI. The GUI has three buttons at the bottom and i need to add the graph above it. I tried using uifigure but it doesnt quite work. im not sure if that is what i am suppose to be using to get this but below is what I have so far.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1181483/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1181488/image.png)
The graph with the axes needs to be above these three buttons in the figure
0 Kommentare
Antworten (1)
Voss
am 4 Nov. 2022
my_axes = axes('Units','normalized','Position',[0.05 0.3 0.9 0.65]);
0 Kommentare
Siehe auch
Kategorien
Mehr zu Line 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!