Effacer les filtres
Effacer les filtres

How can I open Google Chrome using MATLAB?

12 vues (au cours des 30 derniers jours)
shubham patil
shubham patil le 28 Juil 2017
I'm able to open Windows Explorer, but it does not support the IP webcam feature.

Réponses (2)

Shrirang
Shrirang le 28 Juil 2017
Modifié(e) : Image Analyst le 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

Suresh Nama
Suresh Nama le 16 Mai 2018
Modifié(e) : Image Analyst le 3 Mar 2023
@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/')

Catégories

En savoir plus sur Google dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by