リンク貼り付けコードについて
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
マトラボで表示させたFigure画像に飛びたいリンク先を貼り付けるためにはどのようなコードを MATLABに打ち込めばよろしいでしょうか。
0 commentaires
Réponse acceptée
Jiro Doke
le 12 Fév 2017
uicontrol のコールバックを使うのはいかがでしょう。
surf(peaks)
uicontrol('String','WWW','Callback',@(o,e) web('http://jp.mathworks.com/'))
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!