Robochameleon
v1.0
|
Robochameleon utility to create a new unit with a basic template. More...
Go to the source code of this file.
Functions | |
function | createRoboUnit (in className, in version, in varargin) |
Creates a new unit with the given name and version. More... | |
Robochameleon utility to create a new unit with a basic template.
Example:
Definition in file createRoboUnit.m.
function createRoboUnit | ( | in | className, |
in | version, | ||
in | varargin | ||
) |
Creates a new unit with the given name and version.
className | The name of the class |
version | The version of the class |
varargin{1} | The robochameleon root path. (Not required if the init script 'robochameleon' has been executed. |