Correlation using conv function in MATLAB
Code:
x=[1:4];
y=[6:9];
conv(x,fliplr(y))
Visualizing simulation data throughout the modeling process helps you understand, prototype, and tune your models. In Simulink®, you can s...
MATLAB Programs/Code (matlabcoding.com)
No comments