Paths

comparePaths(NAME, printLevel)[source]

compare the system and matlab paths for a given NAME environment variable

INPUT NAME environment variable, e.g., PATH or LD_LIBRARY_PATH printLevel

OUTPUT common cell array system_not_matlab matlab_not_system

USAGE example [common,system_not_matlab,matlab_not_system] = comparePaths(‘LD_LIBRARY_PATH’,1);

editCobraToolboxPath(basePath, folderPattern, method)[source]

recursively finds all the folders within a given basePath that contains a given folderPattern and either adds or removes that folder from the matlab path