Opening Browser in Matlab
Mostrar comentarios más antiguos
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?
Respuestas (1)
Oleg Komarov
el 7 de Jul. de 2011
I get google with:
web('www.google.com','-browser')
Categorías
Más información sobre File Operations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!