Opening Browser in Matlab
Show older comments
Every time when I run command web('url','-browser') I got mu home page instead of requested url. How can I open url which I need?
Answers (1)
Oleg Komarov
on 7 Jul 2011
I get google with:
web('www.google.com','-browser')
Categories
Find more on File Operations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!