reporting: replace getDatesCellStringArray with strings

time-shift
Houtan Bastani 2013-11-22 17:21:53 +01:00
parent 938751fa60
commit afacf27268
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);