diff --git a/run.m b/run.m index c12e8072..628b0ffb 100644 --- a/run.m +++ b/run.m @@ -29,7 +29,7 @@ ds_process = false; -file = fullfile(path_base,[ds_dir filesep() 'Example_Small_3.xlsx']); +file = fullfile(path_base,[ds_dir filesep() 'Example_Large.xlsx']); [file_path,file_name,~] = fileparts(file); if (exist(file,'file') == 0)