3 function setUp(rootDirList)
5 rootDirList={rootDirList};
7 disp(
'Setting MatrixBerry path...');
8 [~,pathPatternToExclude]=...
10 if ~isempty(pathPatternToExclude)
11 pathPatternToExclude=[pathPatternToExclude,...
12 '|((\\|\/)(\@|\+|private))'];
16 pathPatternToExclude);
17 warning(
'off',
'MATLAB:lang:cannotClearExecutingFunction');
19 warning(
'on',
'MATLAB:lang:cannotClearExecutingFunction');
21 disp(
'Setting MatrixBerry path: done.');
static function getOwnAndDepCodeDirList()
static function genPathByRootList(in pathToIncludeCVec, in pathPatternToExclude)
GENPATHBYROOTLIST recursively generates a list of path based on a list of root path and a regular exp...