selecting value using ginput

9 Ansichten (letzte 30 Tage)
Lalit Patil
Lalit Patil am 3 Jan. 2013
data = dlmread('value.txt');
plot3(data(:,1),data(:,2),data(:,3),'r.')
axis off
[x,y,z] = ginput(2)
ginput gives value in command window. I want that value above cursor on image when i select point. So, how to do..?

Antworten (1)

Walter Roberson
Walter Roberson am 3 Jan. 2013
  5 Kommentare
Lalit Patil
Lalit Patil am 4 Jan. 2013
yes, datacursormode() works.. Now, i want to display that value in command window which i select on image..
Walter Roberson
Walter Roberson am 4 Jan. 2013
Add an axes or lineseries ButtonDownFcn callback (if you add it to axes, be sure to set() 'Hittest', 'off' on all the lines in the axes)

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Visual Exploration finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by