How to click onto x-y coordinate and run a script related to this x-y coordinate?

1 visualización (últimos 30 días)
Hi, I hope somebody can advise whether this is possible, and if it is, then how.
I am plotting x-y data. I want to be able to click onto a x-y coordinate, and this click would enable a run of a script that would open/plot another figure.
In my case I am plotting eigenvalues (real and imag axis). I want to click on an eigenvalue and get another figure which would plot participation factors related to this eigenvalue.
Many thanks, Marina.

Respuestas (1)

Walter Roberson
Walter Roberson el 19 de Dic. de 2012
It could be hacked using datacursormode and a custom callback.
But you will probably find it easier to use a ButtonDownFcn axes callback (after having set the plotted lines themselves to HitTest off). The callback would need to figure out what was being clicked on and react appropriately.

Categorías

Más información sobre Visual Exploration en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by