fixed pointprocesscode

This commit is contained in:
2017-11-28 10:13:59 +01:00
parent 6e463394ef
commit 07291002b6
9 changed files with 18 additions and 15 deletions

View File

@@ -26,7 +26,7 @@ function isicorr = isiserialcorr(isivec, maxlag)
% plot:
plot(lags, isicorr, '-b');
hold on;
scatter(lags, isicorr, 10.0, 'b', 'filled');
scatter(lags, isicorr, 50.0, 'b', 'filled');
hold off;
xlabel('Lag k')
ylabel('\rho_k')