Info

This question is closed. Reopen it to edit or answer.

Help with a command

3 views (last 30 days)
aurc89
aurc89 on 26 Mar 2015
Closed: MATLAB Answer Bot on 20 Aug 2021
Is there any command in matlab which makes the convolution between two functions according to the following Mathematical definition?
I've used the command conv but I'm not sure. Thanks!

Answers (1)

Image Analyst
Image Analyst on 26 Mar 2015
Yes. conv() will do it. There is also a 2d version conv2().

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!