diff --git a/matlab/reports/@graph/createGraph.m b/matlab/reports/@graph/createGraph.m index 5f94cba23..8b9c6ca8c 100644 --- a/matlab/reports/@graph/createGraph.m +++ b/matlab/reports/@graph/createGraph.m @@ -140,7 +140,7 @@ if isempty(o.figname) if strcmp(computer, 'PCWIN') || strcmp(computer, 'PCWIN64') tn = strrep(tn, '_', '-'); end - o.figname = [o.figDirName filesep tn '.tex']; + o.figname = [o.figDirName '/' tn '.tex']; end disp(' converting to tex....'); if isoctave && isempty(regexpi(computer, '.*apple.*', 'once'))