Correlation using conv function in MATLAB
Code:
x=[1:4];
y=[6:9];
conv(x,fliplr(y))
Reviewed by Author
on
08:36
Rating: 5
Numerical Methods Using MATLAB (5th Edition): A Practical Guide for Engineers and Scientists Numerical methods form the backbone of moder...
MATLAB Programs/Code (matlabcoding.com)
No comments