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

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

parent ac47e81f
Branches
Tags
No related merge requests found
...@@ -60,4 +60,8 @@ end ...@@ -60,4 +60,8 @@ end
fprintf(1, '\n\nDone.\n') fprintf(1, '\n\nDone.\n')
disp('Your compiled report is located here:'); disp('Your compiled report is located here:');
disp([' ' pwd filesep rfn '.pdf']); disp([' ' pwd filesep rfn '.pdf']);
if ~exist('OCTAVE_VERSION')
open([pwd filesep rfn '.pdf']);
end
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