IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy

Detailed Description

Recursive directory structure getter.

Parameters
direcA directory to query all subdirectories from
list(optional) An existing list to which new elements will be appended
patt_matchIf specified, directories will have to match this pattern
patt_excludeIf specified, directories will have NOT TO match this pattern
Returns
list

Definition in file getdirs.m.

Go to the source code of this file.

Functions

function getdirs (in direc, in list, in patt_match, in patt_exclude)
 

Function Documentation

function getdirs ( in  direc,
in  list,
in  patt_match,
in  patt_exclude 
)