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?

 Akzeptierte Antwort

Paulo Silva
Paulo Silva am 3 Mai 2011

1 Stimme

system('start www.google.com')

1 Kommentar

Wajahat Nawaz
Wajahat Nawaz am 19 Mär. 2018
and how to close this web page through matlab :-)

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (3)

Kaustubha Govind
Kaustubha Govind am 3 Mai 2011

8 Stimmen

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

0 Stimmen

Thanks to both of you!
arpit patel
arpit patel am 9 Mär. 2018

0 Stimmen

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!

Translated by