How can I open Google Chrome using MATLAB?

14 次查看(过去 30 天)
I'm able to open Windows Explorer, but it does not support the IP webcam feature.

回答(2 个)

Shrirang
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

Suresh Nama
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/')

类别

Help CenterFile Exchange 中查找有关 Google 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by