How can I open Google Chrome using MATLAB?
16 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I'm able to open Windows Explorer, but it does not support the IP webcam feature.
0 Commenti
Risposte (2)
Shrirang
il 28 Lug 2017
Modificato: Image Analyst
il 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
0 Commenti
Suresh Nama
il 16 Mag 2018
Modificato: Image Analyst
il 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/')
0 Commenti
Vedere anche
Categorie
Scopri di più su Google in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!