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
MATLAB for Beginners and Developers: A Project-Based Guide to Practical Applications MATLAB for Beginners and Developers is a practical, pr...
MATLAB Programs/Code (matlabcoding.com)
No comments