diff --git a/matlab/reporting/src/@report/compile.m b/matlab/reporting/src/@report/compile.m index 6ad6e98aa..78dcc6e6c 100644 --- a/matlab/reporting/src/@report/compile.m +++ b/matlab/reporting/src/@report/compile.m @@ -111,11 +111,7 @@ if status ~= 0 ' ' opts.compiler ' returned the error code: ' num2str(status)]); end if o.showOutput || opts.showOutput - disp('Done.'); - disp('Your compiled report is located here:'); - disp([pwd filesep rfn '.pdf']); - disp(''); - disp(''); + fprintf('Done.\n\nYour compiled report is located here:\n %s.pdf\n\n\n', [pwd filesep rfn]) end if opts.showReport && ~isoctave open([rfn '.pdf']);