How do you plot a point in a GUI graph
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Image Analyst
il 10 Nov 2022
plot(x, y, 'b.', 'MarkerSize', 20);
grid on;
6 Commenti
Image Analyst
il 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.
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps 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!