diff --git a/matlab/reports/@graph/write.m b/matlab/reports/@graph/write.m index 9078b0283b99d43455383c4660f13fad52e3fac5..88103f277d769cea2471d977a9f13eb2da74a0b5 100644 --- a/matlab/reports/@graph/write.m +++ b/matlab/reports/@graph/write.m @@ -43,6 +43,6 @@ if ~isempty(o.figname) end if ~isempty(o.title) - fprintf(fid,'\\end{tabular}',o.title); + fprintf(fid,'\\end{tabular}'); end end \ No newline at end of file