reporting: replace getDatesCellStringArray with strings

remove-priordens
Houtan Bastani 2013-11-22 17:21:53 +01:00
parent ab2fa28ea6
commit 664fa0d5e8
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ end
x = 1:1:dd.ndat;
xlim([1 dd.ndat]);
xlabels = getDatesCellStringArray(dd);
xlabels = strings(dd);
if ~isempty(o.yrange)
ylim(o.yrange);