Multiconv

Convolution of more than two polynomials
ダウンロード: 1.6K
更新 2008/9/8

ライセンスの表示

This script performs convolution of multiple polynomials and gives a final result.

Eg : multiconv([1 2],[1 2],[1 2])
= [1 6 12 8]

引用

Janardhanan Sivaramakrishnan (2024). Multiconv (https://www.mathworks.com/matlabcentral/fileexchange/21347-multiconv), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R14
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersPolynomials についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0

Additional error checks and improvements added