Main Content
conv2
2-D convolution
Description
returns the two-dimensional
convolution of matrices C
= conv2(A
,B
)A
and B
.
If
A
is a matrix andB
is a row vector (orA
is a row vector andB
is a matrix), thenC
is the convolution of each row of the matrix with the vector.If
A
is a matrix andB
is a column vector (orA
is a column vector andB
is a matrix), thenC
is the convolution of each column of the matrix with the vector.
Examples
Input Arguments
Output Arguments
More About
Extended Capabilities
Version History
Introduced before R2006a