How can I open Google Chrome using MATLAB?
17 次查看(过去 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 中查找有关 Google 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!