Changeset 135


Ignore:
Timestamp:
12/09/19 15:12:58 (5 years ago)
Author:
bduin
Message:
 
Location:
prdatasets
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • prdatasets/loadmatfile.m

    r134 r135  
    2424  name = callername;
    2525end
    26 matfile = fullfile(fullfile(fileparts(which(name)),'data'),name);
     26matfile = fullfile(fileparts(which(name)),name);
    2727
    2828if nargout == 1
  • prdatasets/pr_download_uci.m

    r134 r135  
    8787
    8888%% Handle for all data files
     89anynew = false;
    8990for j=1:numel(ucinames)
    9091  uciname = ucinames{j};
Note: See TracChangeset for help on using the changeset viewer.