From effcd3d12a1e6e49081dccd6d5844ce545324d0d Mon Sep 17 00:00:00 2001 From: Johannes Pfeifer Date: Tue, 21 Mar 2017 09:48:55 +0100 Subject: [PATCH] Fix typo in manual ts does not exist --- doc/dynare.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dynare.texi b/doc/dynare.texi index e5bff3928..67e7d9030 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -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