displaying values
2 ビュー (過去 30 日間)
古いコメントを表示
I have a sine wave,in which i have take positive curve(upper curve), now if i click anywhere in that graph i want to display values of x,y,using gui ,please help
0 件のコメント
採用された回答
Oleg Komarov
2012 年 2 月 24 日
Check the examples.
EDIT the simplest example
function myGUI
figure('menubar','none','name','myGUI','numbertitle','off','resize','off');
plot(1:10)
datacursormode
end
5 件のコメント
Oleg Komarov
2012 年 2 月 27 日
You have to save it as a function and then call the function myGUI to see the effect.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Graphics Object Programming についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!