Skip to content
Snippets Groups Projects
Commit 9143a805 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

reporting: @reporting: open pdf file after compilation (Matlab only)

parent 2cb40a65
Branches
Tags
No related merge requests found
......@@ -60,4 +60,8 @@ end
fprintf(1, '\n\nDone.\n')
disp('Your compiled report is located here:');
disp([' ' pwd filesep rfn '.pdf']);
if ~exist('OCTAVE_VERSION')
open([pwd filesep rfn '.pdf']);
end
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment