Fix typo in manual

ts does not exist
time-shift
Johannes Pfeifer 2017-03-21 09:48:55 +01:00
parent 6c21d44968
commit effcd3d12a
1 changed files with 1 additions and 1 deletions

View File

@ -12095,7 +12095,7 @@ plot(ts2.data,'--r'); % Plot of the filtered y.
hold off
axis tight
id = get(gca,'XTick');
set(gca,'XTickLabel',strings(ts.dates(id)));
set(gca,'XTickLabel',strings(ts1.dates(id)));
@end example
@iftex