How do you plot a point in a GUI graph

2 次查看(过去 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

回答(1 个)

Image Analyst
Image Analyst 2022-11-10
Did you try the plot function:
plot(x, y, 'b.', 'MarkerSize', 20);
grid on;
  6 个评论
Amanda
Amanda 2022-11-11
its how im suppose to do it for an assignment, sorry?
Image Analyst
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 CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by