Multiconv

Convolution of more than two polynomials
1.6K Downloads
Updated 8 Sep 2008

View License

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

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

Cite As

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

MATLAB Release Compatibility
Created with R14
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Polynomials in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

Additional error checks and improvements added