diff --git a/matlab/updated_scripts/process_file.m b/matlab/updated_scripts/process_file.m index a298c01..11004bd 100644 --- a/matlab/updated_scripts/process_file.m +++ b/matlab/updated_scripts/process_file.m @@ -20,7 +20,7 @@ end % THIS CAN BE COMMENTED OUT IF NEEDED!!! JUST MAKE SURE TO COMMENT OUT THE `saveas` CALL LATER AS WELL mkdir(fullfile(this_script_path, "images")); -if (~ ispc) +if (ispc) turbo_decoder_path = fullfile(this_script_path, filesep, '..', filesep, '..', filesep, 'cpp', filesep, 'remove_turbo.exe'); else turbo_decoder_path = fullfile(this_script_path, filesep, '..', filesep, '..', filesep, 'cpp', filesep, 'remove_turbo');