Loading utilities/unsuppressed_output_file.m +5 −0 Changes for utilities/unsuppressed_output_file.m: 5 added lines, 0 removed lines. Original line number Diff line number Diff line function [] = unsuppressed_output_file(file) % [] = unsuppressed_output_file(file) % % Outputs to the command window a list of the lines in file which likely do % not have suppressed output. Lines with keywords which will not produce outputs ie % (if, else, continue, function, etc.) are ignored. % look through a file for lines which are unsuppressed Loading Loading
utilities/unsuppressed_output_file.m +5 −0 Changes for utilities/unsuppressed_output_file.m: 5 added lines, 0 removed lines. Original line number Diff line number Diff line function [] = unsuppressed_output_file(file) % [] = unsuppressed_output_file(file) % % Outputs to the command window a list of the lines in file which likely do % not have suppressed output. Lines with keywords which will not produce outputs ie % (if, else, continue, function, etc.) are ignored. % look through a file for lines which are unsuppressed Loading