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

Legend:

Unmodified
Added
Removed
  • prdatasets/pr_download_uci.m

    r150 r151  
    172172  if exist([filenames{j} '.mat'],'file') == 2
    173173    % if mat-file is available, use it
    174     s = load([filenames{j} '.mat']);
    175     f = fieldnames(s);
    176     a = getfield(s,f{1});
     174%     s = load([filenames{j} '.mat']);
     175%     f = fieldnames(s);
     176%     a = getfield(s,f{1});
     177    a = file2dset([filenames{j} '.mat']);
    177178  else
    178179    if ~exist('data','var')
Note: See TracChangeset for help on using the changeset viewer.