adplus-dvertising
frame-decoration

Question

What is the output of the following code?
cconv([1 2],[0 1 0])

a.

[0 1 2 0]

b.

[1 2 0 0]

c.

[1 2 0 0]

d.

[0 0 1 2]

Answer: (a).[0 1 2 0]

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the output of the following code?