replace unused variables with `~`

time-shift
Houtan Bastani 2020-03-03 11:43:38 +01:00
parent 3ec1d15107
commit 2d468b5c1d
No known key found for this signature in database
GPG Key ID: 000094FB955BE169
1 changed files with 1 additions and 1 deletions

View File

@ -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);