How do you plot a point in a GUI graph

조회 수: 2 (최근 30일)
Amanda
Amanda 2022년 11월 10일
댓글: Image Analyst 2022년 11월 11일
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