GUIアプリ上にWebページを表示させる
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
koji fukumoto
il 10 Dic 2019
Commentato: koji fukumoto
il 4 Feb 2020
お世話になります。
GUIDEを使ってGUIアプリケーションを作成しておりますが、ウインドウ上にWebページを表示させることは可能でしょうか?
(ウインドウ上にGoogleMapを表示させたいと考えています)
よろしくお願いします。
0 Commenti
Risposta accettata
koji fukumoto
il 12 Dic 2019
1 Commento
Kazuya
il 13 Dic 2019
See also: として紹介されていた
の方法ではどうでしょう?Undocumented MATLAB の名の通り公式サポートされている方法ではないでしょうけども、Webページの表示はできそうです。
Più risposte (2)
Musashi Ito
il 13 Dic 2019
もう試しているかもしれませんがご参考までに、Web ページの表示だけであれば、何か条件判断したら web コマンドで web ブラウザを開いて表示するというプログラムにすれば、すぐできるかなと思います。
michio
il 10 Dic 2019
こちらが参考になるかもしれません。
GUI - Web browser integration
ただ、使用している actxcontrol については将来バージョンで注意が必要です。
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!