MATLAB Function Reference |
Web browser for UNIX platforms
Syntax
Description
docopt
displays the Web browser used with MATLAB on non-Macintosh UNIX platforms, with the default being netscape
(for Netscape). For non-Macintosh UNIX platforms, you can modify the docopt.m
file to specify the Web browser MATLAB uses. The Web browser is used with the web
function and its -browser
option. It is also used for links to external Web sites from the Help.
doccmd = docopt
returns a string containing the command that web -browser
uses to invoke a Web browser.
To change the browser, edit the docopt.m
file and change line 51. For example,
Remove the comment symbol. In the quote, enter the command that starts your Web browser, and save the file. For example,
specifies Mozilla as the Web browser MATLAB uses.
See Also
doc
, edit
, helpbrowser
, web
doc | docsearch |
© 1994-2005 The MathWorks, Inc.