Ignore:
Timestamp:
01/11/20 00:14:42 (5 years ago)
Author:
bduin
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • prdatasets/pr_showdsets.m

    r142 r151  
    22
    33forget = {'Contents','mfeat_all','check_','pr_'};
    4 commands = struct2cell(dir('*.m'));
     4dirr = fileparts(which(mfilename));
     5commands = struct2cell(dir(fullfile(dirr,'*.m')));
    56commands = commands(1,:);
    67L = strmatch('pr_',commands);
Note: See TracChangeset for help on using the changeset viewer.