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 日

1 投票

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 日

8 投票

web('http://www.mathworks.com', '-browser')
Eugene Kogan
Eugene Kogan 2011 年 5 月 3 日

0 投票

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 日

0 投票

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