How do you plot a point in a GUI graph
1 view (last 30 days)
Show older comments
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
0 Comments
Answers (1)
Image Analyst
on 10 Nov 2022
plot(x, y, 'b.', 'MarkerSize', 20);
grid on;
6 Comments
Image Analyst
on 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.
See Also
Categories
Find more on Migrate GUIDE Apps in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!