Enriching data plots & figures
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello everyone, I'm looking for a way to display a small image (like a thumbnail) in a Matlab figure when the mouse is clicked . The image must change depending on the position of the mouse click, so I need somehow to know at which coordinate the mouse event was fired.
The idea is to enrich my figure, on which my algorithm's state is plotted, with additional information. Particularly if the mouse is clicked at, say, position x,y I want to load a corresponding image representing the information related to x,y and visualize it just the way it is possible to show a data cursor or any datatip. The only difference is that I don't have text, just pictures.
Can anybody please help me? Thanks Simona
0 Commenti
Risposte (1)
Daniel Shub
il 18 Mag 2012
I would have a look at the FEX. There are a number of submissions with zoom and thumbnail/inset capabilities.
Vedere anche
Categorie
Scopri di più su Creating, Deleting, and Querying Graphics Objects in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!