Multiconv

Convolution of more than two polynomials
1,6K descargas
Actualizado 8 sep 2008

Ver licencia

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

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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R14
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Polynomials en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

Additional error checks and improvements added