Skip to content
Snippets Groups Projects
Commit b400fea3 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

reporting: change way to create temporary file

parent 2230380a
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,7 @@ if ~isempty(o.title) ...@@ -109,7 +109,7 @@ if ~isempty(o.title)
end end
drawnow; drawnow;
o.figname = ['figure-' num2str(cputime) '.tex']; o.figname = [tempname '.tex'];
disp(' converting to tex....'); disp(' converting to tex....');
matlab2tikz('filename', o.figname, ... matlab2tikz('filename', o.figname, ...
'showInfo', false, ... 'showInfo', false, ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment