Opening default browser

조회 수: 4 (최근 30일)
Eugene Kogan
Eugene Kogan 2011년 5월 3일
댓글: Wajahat Nawaz 2018년 3월 19일
I'm trying to open a web link using "web -url" command, but it defaults to matlab's browser. Problem is the webpage requires authentication and the matlab browser just doesn't show the username/pass entry, just says authorization required. Is there a way to have it open the default browser (i.e. Chrome, Firefox) instead?

채택된 답변

Paulo Silva
Paulo Silva 2011년 5월 3일
system('start www.google.com')
  댓글 수: 1
Wajahat Nawaz
Wajahat Nawaz 2018년 3월 19일
and how to close this web page through matlab :-)

댓글을 달려면 로그인하십시오.

추가 답변 (3개)

Kaustubha Govind
Kaustubha Govind 2011년 5월 3일
web('http://www.mathworks.com', '-browser')

Eugene Kogan
Eugene Kogan 2011년 5월 3일
Thanks to both of you!
  댓글 수: 1
hnh paritosh
hnh paritosh 2018년 3월 3일
This would be better as a comment :)

댓글을 달려면 로그인하십시오.


arpit patel
arpit patel 2018년 3월 9일
how to save this opened webpage as image

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by