Capitalize figure title in mh_autocorrelation_function

time-shift
Johannes Pfeifer 2013-04-29 23:40:22 +02:00
parent fe6f63aa2e
commit 50f97ffc16
1 changed files with 2 additions and 2 deletions

View File

@ -88,9 +88,9 @@ elseif strcmpi(type,'MeasurementError')
end
if nargin<7
FigureName = ['autocorrelogram for ' TYPE name1];
FigureName = ['Autocorrelogram for ' TYPE name1];
else
FigureName = ['autocorrelogram for ' TYPE name1 ' and ' name2];
FigureName = ['Autocorrelogram for ' TYPE name1 ' and ' name2];
end
if options_.mh_nblck>1