답변 (2개)

Chunru
Chunru 2022년 8월 3일

0 개 추천

u = [1 2 3 1]; v = [2 3];
conv(u, v)
ans = 1×5
2 7 12 11 3
% filter(u, 1, v)
Walter Roberson
Walter Roberson 2022년 8월 3일

0 개 추천

nlfilter() a function that converts to double, does element-wise multiplication, and sums.

카테고리

태그

질문:

2022년 8월 3일

답변:

2022년 8월 3일

Community Treasure Hunt

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

Start Hunting!

Translated by