Robochameleon
v1.0
|
Robochameleon initialization script. More...
Go to the source code of this file.
Functions | |
function | robochameleon (in varargin) |
Add robochameleon related directories to the MATLAB path. More... | |
Robochameleon initialization script.
Add the robochameleon directories to the MATLAB path. It's possible to specify extra directories to be added to the path by setting the global preference extrapathdir (cellarray of strings) in the group robochameleon. The setting is persistent.
Example
To add the directories execute:
To remove it execute:
Definition in file robochameleon.m.
function robochameleon | ( | in | varargin | ) |
Add robochameleon related directories to the MATLAB path.
resetFlag | Restores matlab's path and reinitializes robochameleon. Possible values: {false | true}. [Optional] |