diff --git a/matlab/reports/@graph/write.m b/matlab/reports/@graph/write.m index 9078b0283..88103f277 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