How do you plot a point in a GUI graph
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a Gui that i need to plot a random point in the axes but I dont know how. This is what I have ![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1188178/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1188178/image.png)
0 Kommentare
Antworten (1)
Image Analyst
am 10 Nov. 2022
plot(x, y, 'b.', 'MarkerSize', 20);
grid on;
6 Kommentare
Image Analyst
am 11 Nov. 2022
What a cruel professor. Then you need to define a callback function, and then tell uicontrol() what the callback function's name is.
Siehe auch
Kategorien
Mehr zu Migrate GUIDE Apps 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!