リンク貼り付けコードについて
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
マトラボで表示させたFigure画像に飛びたいリンク先を貼り付けるためにはどのようなコードを MATLABに打ち込めばよろしいでしょうか。
0 Commenti
Risposta accettata
Jiro Doke
il 12 Feb 2017
uicontrol のコールバックを使うのはいかがでしょう。
surf(peaks)
uicontrol('String','WWW','Callback',@(o,e) web('http://jp.mathworks.com/'))
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!