グラフ上のプロットラインにイベントを設定

4 visualizaciones (últimos 30 días)
yuuji yamada
yuuji yamada el 16 de Oct. de 2018
Comentada: yuuji yamada el 19 de Oct. de 2018
matlab2013bを使用し、matlab gui にてツールを作っています。 グラフ上に複数のラインをプロットしています。 マウスがどの線の上にマウスオーバーされたのか知ることはできますでしょうか。 そもそもプロットされたラインにマウスオーバーのイベントを設定できますでしょうか。

Respuesta aceptada

Kazuya
Kazuya el 17 de Oct. de 2018
Lineオブジェクトのプロパティに ButtonDownFcn があるので、クリックすれば何とかなりそうな気がしますが、マウスオーバーはどう実装しすればいいかはパッと思いつきません。 https://jp.mathworks.com/help/matlab/ref/matlab.graphics.primitive.line-properties.html
  1 comentario
yuuji yamada
yuuji yamada el 19 de Oct. de 2018
御回答ありがとうございました。

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre 書式設定と注釈 en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!