Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

edit-displaying values

1 Ansicht (letzte 30 Tage)
FIR
FIR am 27 Feb. 2012
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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

Antworten (0)

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by