| MATLAB Function Reference | Search  Help Desk |
| web | Examples See Also |
Point Web browser at file or Web site
web url
web url
opens a Web browser and loads the file or Web site specified in the URL (Uniform Resource Locator). The URL can be in any form your browser supports. Generally, the URL specifies a local file or a Web site on the Internet.
web file:/disk/dir1/dir2/foo.html points the browser to the file foo.html. If the file is on the MATLAB path, web(['file:' which('foo.html')]) also works.web http://www.mathworks.com loads The MathWorks Web page into your browser. Use web mailto:email_address to send e-mail to another site.
The Web browser used is specified in the docopt M-file.
doc Display HTML documentation in Web browser
docopt Configure local doc access defaults (in online help)