Robochameleon  v1.0
Functions
robohelp.m File Reference

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...
 

Detailed Description

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

% Open the help main page
% Open class help page
robohelp NonlinearChannel_v3
% Open class help page (partial match)
Author
Simone Gaiarin
Version
1

Definition in file robohelp.m.

Function Documentation

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.

Parameters
varargin{1}Query string.
varargin{2}Type. Possible values = {'c' = Class}.