Merge pull request #1413 from JohannesPfeifer/manual_fix

Fix typo in manual
time-shift
Stéphane Adjemian 2017-03-22 12:40:08 +01:00 committed by GitHub
commit c24ebb6055
1 changed files with 1 additions and 1 deletions

View File

@ -12168,7 +12168,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