From 2d468b5c1dbfb4b5168eb04a55e7ab676c251894 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Tue, 3 Mar 2020 11:43:38 +0100 Subject: [PATCH] replace unused variables with `~` --- matlab/dynare_estimation.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/dynare_estimation.m b/matlab/dynare_estimation.m index 571ea4d2a..16a0d7865 100644 --- a/matlab/dynare_estimation.m +++ b/matlab/dynare_estimation.m @@ -144,7 +144,7 @@ if nnobs > 1 && horizon > 0 k = time_offset+min(nobs(end)-nobs(1)+horizon, ... size(dataset_.data,1)-nobs(1)); data2 = dataset_info.rawdata(end-k+1:end,:); - [nbplt,nr,nc,lr,lc,nstar] = pltorg(nvar); + [~,nr,nc,~,~,nstar] = pltorg(nvar); m = 1; plot_index=0; OutputDirectoryName = CheckPath('graphs',M_.fname);