Problem 1589. calculate linear convolution two vectors

for e.g

in: a = [1 2 3]

   b = [4 5 6]

out:

    y = [4 13 28 27 18]

Solution Stats

84.21% Correct | 15.79% Incorrect
Last Solution submitted on Sep 13, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers135

Suggested Problems

More from this Author8

Problem Tags

Community Treasure Hunt

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

Start Hunting!