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

time-shift
Houtan Bastani 2013-04-18 17:27:18 +02:00
parent ac47e81fb1
commit c7bb71199d
1 changed files with 4 additions and 0 deletions

View File

@ -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