グラフ上のプロットラインにイベントを設定
4 views (last 30 days)
Show older comments
matlab2013bを使用し、matlab gui にてツールを作っています。 グラフ上に複数のラインをプロットしています。 マウスがどの線の上にマウスオーバーされたのか知ることはできますでしょうか。 そもそもプロットされたラインにマウスオーバーのイベントを設定できますでしょうか。
0 Comments
Accepted Answer
Kazuya
on 17 Oct 2018
Lineオブジェクトのプロパティに ButtonDownFcn があるので、クリックすれば何とかなりそうな気がしますが、マウスオーバーはどう実装しすればいいかはパッと思いつきません。 https://jp.mathworks.com/help/matlab/ref/matlab.graphics.primitive.line-properties.html
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!