Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
TommasoBelluzzo committed Dec 2, 2020
1 parent 59840bd commit 19e0269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.m
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 19e0269

Please sign in to comment.