reporting: change way to create temporary file

time-shift
Houtan Bastani 2013-03-14 14:38:30 +01:00
parent 6541ce2325
commit b1abf17050
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ if ~isempty(o.title)
end
drawnow;
o.figname = ['figure-' num2str(cputime) '.tex'];
o.figname = [tempname '.tex'];
disp(' converting to tex....');
matlab2tikz('filename', o.figname, ...
'showInfo', false, ...