Add captions to pm3.m TeX-output

Otherwise, it is impossible to know that is displayed
time-shift
Johannes Pfeifer 2015-05-12 08:04:26 +02:00
parent 26f6f7eb3b
commit efb23bbca0
1 changed files with 1 additions and 0 deletions

View File

@ -254,6 +254,7 @@ if options_.TeX,
fprintf(fidTeX,'\\centering \n');
fprintf(fidTeX,['\\includegraphics[scale=0.5]{%s/Output/%s_' name3 '_%s}\n'],M_.dname,M_.fname,deblank(tit3(i,:)));
fprintf(fidTeX,'\\label{Fig:%s:%s}\n',name3,deblank(tit3(i,:)));
fprintf(fidTeX,'\\caption{%s}\n',tit1);
fprintf(fidTeX,'\\end{figure}\n');
fprintf(fidTeX,' \n');
subplotnum = 0;