AddImageXYTracker.m

Click an image to see pixel coordinates and values.
173 Downloads
Aktualisiert 16 Jun 2014

Lizenz anzeigen

Syntax:

AddImageXYTracker(h)

Adds a callback to the image handle h so that when the image is clicked, the plot title displays the coordinates and value of the clicked pixel.
Unlike MATLAB's data cursor, the coordinates are always matrix indices.

If h is not specified, AddImageXYTracker looks for the first image it finds in the current axes.

Example:

h = imagesc(eye(5));
AddImageXYTracker(h);
% Now you can click the image to see pixel locations and values.

Zitieren als

Peter Caday (2024). AddImageXYTracker.m (https://www.mathworks.com/matlabcentral/fileexchange/46974-addimagexytracker-m), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2012b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0