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

remove-priordens
Houtan Bastani 2013-04-18 17:27:18 +02:00
parent 2cb40a658d
commit 9143a805fa
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