Correlation using conv function in MATLAB
Code:
x=[1:4];
y=[6:9];
conv(x,fliplr(y))
This is a simple book on Statistics using MATLAB . There is a review of MATLAB in the first few chapters followed by four chapters on Stat...
MATLAB Programs/Code (matlabcoding.com)
No comments