fixed pointprocesscode
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user