How do you plot a point in a GUI graph
古いコメントを表示
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
2022 年 11 月 10 日
plot(x, y, 'b.', 'MarkerSize', 20);
grid on;
6 件のコメント
Amanda
2022 年 11 月 10 日
Image Analyst
2022 年 11 月 10 日
I can't run an image. I need code. Attach your .mlapp file (if using App Designer) or .m and .fig file (if using GUIDE).
Amanda
2022 年 11 月 10 日
Image Analyst
2022 年 11 月 10 日
編集済み: Image Analyst
2022 年 11 月 10 日
No, why are you punishing yourself? That's so tedious. You didn't even specify any callback function. Just use AppDesigner like most everyone else.
Amanda
2022 年 11 月 11 日
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.
カテゴリ
ヘルプ センター および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!