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

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

 采纳的回答

Jiro Doke
Jiro Doke 2017-2-12

3 个投票

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

1 个评论

koji Akano
koji Akano 2017-2-14
ありがとうございます!! できました!

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Install Products 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by