3 %>@brief Loads all MAT files in current directory (that contain a
"r" variable inside) into the workspace
5 %> @param patt_match If specified, directories will have to match
this pattern
6 %> @param patt_exclude If specified, directories will have NOT TO match
this pattern
14 names =
getfiles('*.mat', patt_match, patt_exclude);
21 evalin(
'base',
'global TEMP; clear TEMP;');
function load_soitem(in filename)
function load_all_items(in patt_match, in patt_exclude)
function getfiles(in wild, in patt_match, in patt_exclude)