リンク貼り付けコードについて

マトラボで表示させたFigure画像に飛びたいリンク先を貼り付けるためにはどのようなコードを MATLABに打ち込めばよろしいでしょうか。

 Respuesta aceptada

Jiro Doke
Jiro Doke el 12 de Feb. de 2017

3 votos

uicontrol のコールバックを使うのはいかがでしょう。
surf(peaks)
uicontrol('String','WWW','Callback',@(o,e) web('http://jp.mathworks.com/'))

1 comentario

koji Akano
koji Akano el 14 de Feb. de 2017
ありがとうございます!! できました!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Install Products en Centro de ayuda y File Exchange.

Productos

Preguntada:

el 12 de Feb. de 2017

Comentada:

el 14 de Feb. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by