How can I open Google Chrome using MATLAB?
이전 댓글 표시
I'm able to open Windows Explorer, but it does not support the IP webcam feature.
답변 (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
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/')
카테고리
도움말 센터 및 File Exchange에서 Web Services에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!