Opening default browser

5 ビュー (過去 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 Center および File ExchangeEnvironment and Settings についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by