| MATLAB Function Reference | ![]() |
Display online documentation in MATLAB Help browser
Graphical Interface
As an alternative to the doc function, use the Help browser Search tab. Set the Search type to Function Name, type the function name, and click Go.
Syntax
Description
doc
opens the Help browser, if it is not already running.
doc displays the reference page for the MATLAB function function
function in the Help browser. If function is overloaded, doc displays the reference page for the first function on the search path and lists the overloaded functions in the MATLAB Command Window. If a reference page for the function does not exist, doc displays M-file help in the Help browser.
doc toolbox/
displays the Roadmap page, a summary of the most pertinent documentation for toolbox, in the Help browser.
doc displays the reference page for toolbox/function
function that belongs to the specified toolbox, in the Help browser.
See Also
help, helpbrowser, lookfor, type, web
| dmperm | docopt | ![]() |