
リンク貼り付けコードについて
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
koji Akano
am 12 Feb. 2017
Kommentiert: koji Akano
am 14 Feb. 2017
マトラボで表示させたFigure画像に飛びたいリンク先を貼り付けるためにはどのようなコードを MATLABに打ち込めばよろしいでしょうか。
0 Kommentare
Akzeptierte Antwort
Jiro Doke
am 12 Feb. 2017
uicontrol のコールバックを使うのはいかがでしょう。
surf(peaks)
uicontrol('String','WWW','Callback',@(o,e) web('http://jp.mathworks.com/'))

Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Install Products finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!