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

1 次查看(过去 30 天)
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.

回答(1 个)

Walter Roberson
Walter Roberson 2012-12-19
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.

类别

Help CenterFile Exchange 中查找有关 Visual Exploration 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by