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?

 Accepted Answer

system('start www.google.com')

1 Comment

and how to close this web page through matlab :-)

Sign in to comment.

More Answers (3)

web('http://www.mathworks.com', '-browser')
Eugene Kogan
Eugene Kogan on 3 May 2011

0 votes

Thanks to both of you!
arpit patel
arpit patel on 9 Mar 2018

0 votes

how to save this opened webpage as image

Community Treasure Hunt

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

Start Hunting!