Robochameleon  v1.0
Functions
robochameleon.m File Reference

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

Detailed Description

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:

setpref('robochameleon', 'extrapathdirs', {'lab', ['bindings' filesep 'vpi']})

To remove it execute:

rmpref('robochameleon', 'extrapathdirs')
Author
Robert Borkowski rbor@.nosp@m.foto.nosp@m.nik.d.nosp@m.tu.d.nosp@m.k
Miguel Iglesias Olmedo migue.nosp@m.lio@.nosp@m.kth.s.nosp@m.e
Simone Gaiarin simga.nosp@m.@fot.nosp@m.onik..nosp@m.dtu..nosp@m.dk
Version
v1.2, 11.11.2015

Definition in file robochameleon.m.

Function Documentation

function robochameleon ( in  varargin)

Add robochameleon related directories to the MATLAB path.

Parameters
resetFlagRestores matlab's path and reinitializes robochameleon. Possible values: {false | true}. [Optional]