2D convolution with 1D output

Hi everyone, basically I need to compute the following convolution problem in 2D, but with only 1 array output. Is it possible to use conv2 or other available fast method to do it as I don't need the other dimension for output? Thanks a lot.

 Accepted Answer

Abhishek Ballaney
Abhishek Ballaney on 9 Apr 2018
https://in.mathworks.com/help/matlab/ref/conv2.html

More Answers (0)

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!