Opening default browser

3 次查看(过去 30 天)
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')

更多回答(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!

arpit patel
arpit patel 2018-3-9
how to save this opened webpage as image

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by