How can I open Google Chrome using MATLAB?

I'm able to open Windows Explorer, but it does not support the IP webcam feature.

Answers (2)

Shrirang
Shrirang on 28 Jul 2017
Edited: Image Analyst on 3 Mar 2023
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
@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/')

Asked:

on 28 Jul 2017

Edited:

on 3 Mar 2023

Community Treasure Hunt

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

Start Hunting!