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);