Info

この質問は閉じられています。 編集または回答するには再度開いてください。

edit-displaying values

1 回表示 (過去 30 日間)
FIR
FIR 2012 年 2 月 27 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
the code
function myGUI
figure('menubar','none','name','myGUI','numbertitle','off','resize','off');
plot(1:10)
datacursormode
end
displays values of x,y only on line ,but i need the values of other area also,if i click near to the line,those values must also be displayes
so i need three pushbuttons
x
y
total
near to x and y buttons,their values must be displayed,and in total,values of x and y must be added ,please help

回答 (0 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by