How do you plot a point in a GUI graph
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Image Analyst
2022-11-10
plot(x, y, 'b.', 'MarkerSize', 20);
grid on;
6 个评论
Image Analyst
2022-11-11
What a cruel professor. Then you need to define a callback function, and then tell uicontrol() what the callback function's name is.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!