Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
Display and update the pixel value from image in the figure title bar on mouse movement.
Usage:
z=rand(10,10);
h = image(z)
set(gcf,'WindowButtonMotionFcn', {@getPixelOnMouseMove,h});
Now move the mouse over the image and see the pixel value in the figure title bar.
Bugs and comments are welcome.
Citation pour cette source
Durga Lal Shrestha (2026). Data Cursor on Mouse Move (https://fr.mathworks.com/matlabcentral/fileexchange/32900-data-cursor-on-mouse-move), MATLAB Central File Exchange. Extrait(e) le .
Informations générales
- Version 1.2.0.0 (3,41 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.2.0.0 | - Update with overobj3 subfunction which returns handle of object that the pointer is over.
|
||
| 1.1.0.0 | Bug fixed on subfunction "closest" and some comments are added. |
||
| 1.0.0.0 |
