| Open Web site or file in Web browser or Help browser web web uri web uri -new web uri -notoolbar web uri -noaddressbox web uri -helpbrowser web uri -browser web(...) stat = web('uri', '-browser') [stat, hi] = web [stat, hi, uri] = web Description web opens an empty MATLAB® "Web Browser". The MATLAB Web browser includes an address field where you can enter a URL, for example, to a Web site or file, a toolbar with common browser buttons, and a MATLAB desktop menu. web uri displays the specified URL, uri, in the MATLAB Web browser. If any MATLAB Web browsers are already open, it displays the page in the browser that last had focus. Files up to 1.5MB in size display in the MATLAB Web browser, while larger files instead display in the default Web browser for your system. If uri is located in the directory returned when you run docroot (an unsupported utility), the URL displays in the MATLAB Help browser instead of the MATLAB Web browser. web uri -new displays the specified URL, uri, in a new MATLAB Web browser. web uri -notoolbar displays the specified URL, uri,inaMATLAB Web browser that does not include the toolbar and address field. Ifany MATLAB Web browsers are already open, also use the -new option; otherwise uri displays in the browser that last had focus, regardless of its toolbar status. web uri -noaddressbox displays the specified URL, uri, in a MATLAB Web browser that does not include the address field. If any MATLAB Web browsers are already open, also use the -new option; otherwise uri |