global figure sizes and subplot adjust values

This commit is contained in:
2020-01-04 11:37:55 +01:00
parent 2a0e1adff8
commit 048bce0a20
7 changed files with 20 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ for k = 1:3
rand(1, n)
end
% serial corraltion at lag 1:
% serial correlation at lag 1:
n = 10000;
x = rand(n, 1);
r1 = corr(x(1:end-1), x(2:end));