Robochameleon
v1.0
|
Open the robochameleon help main page or a class/function documentation in the browser. More...
Go to the source code of this file.
Functions | |
function | robohelp (in varargin) |
Open the robochameleon help main page or a class/function documentation in the browser. More... | |
Open the robochameleon help main page or a class/function documentation in the browser.
Notes
The system browser must be specified in Preferences > MATLAB > web.
Example
Definition in file robohelp.m.
function robohelp | ( | in | varargin | ) |
Open the robochameleon help main page or a class/function documentation in the browser.
Open the main page of the robochmeleon help if no arguments are specified. If a search string is specified, it tries to find a class/file containing that string. An extra parameter containing 'c' can be specified to limit the search to classes only.
varargin{1} | Query string. |
varargin{2} | Type. Possible values = {'c' = Class}. |