reporting: change way to create temporary file

remove-priordens
Houtan Bastani 2013-03-14 14:38:30 +01:00
parent 2230380a35
commit b400fea376
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, ...