Changeset 151 for prdatasets/pr_showdsets.m
- Timestamp:
- 01/11/20 00:14:42 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
prdatasets/pr_showdsets.m
r142 r151 2 2 3 3 forget = {'Contents','mfeat_all','check_','pr_'}; 4 commands = struct2cell(dir('*.m')); 4 dirr = fileparts(which(mfilename)); 5 commands = struct2cell(dir(fullfile(dirr,'*.m'))); 5 6 commands = commands(1,:); 6 7 L = strmatch('pr_',commands);
Note: See TracChangeset
for help on using the changeset viewer.