Changeset 135
- Timestamp:
- 12/09/19 15:12:58 (5 years ago)
- Location:
- prdatasets
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
prdatasets/loadmatfile.m
r134 r135 24 24 name = callername; 25 25 end 26 matfile = fullfile(f ullfile(fileparts(which(name)),'data'),name);26 matfile = fullfile(fileparts(which(name)),name); 27 27 28 28 if nargout == 1 -
prdatasets/pr_download_uci.m
r134 r135 87 87 88 88 %% Handle for all data files 89 anynew = false; 89 90 for j=1:numel(ucinames) 90 91 uciname = ucinames{j};
Note: See TracChangeset
for help on using the changeset viewer.