How can I open Google Chrome using MATLAB?
12 ビュー (過去 30 日間)
古いコメントを表示
I'm able to open Windows Explorer, but it does not support the IP webcam feature.
0 件のコメント
回答 (2 件)
Shrirang
2017 年 7 月 28 日
編集済み: Image Analyst
2023 年 3 月 3 日
Hello @shubham patil. I am not sure about Windows Internet Explorer and your IP webcam feature. But to open Google chrome form MATLAB simply use following command:
dos('start chrome www.google.com')
Or, in general:
dos('start chrome <site name>')
Hope it helps.
Shrirang
0 件のコメント
Suresh Nama
2018 年 5 月 16 日
編集済み: Image Analyst
2023 年 3 月 3 日
@shubham patil You can open your default browser in MATLAB using the following command:
web()
or open it with a specific site:
web('https://www.google.com/')
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Web Services についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!