Multiconv

Convolution of more than two polynomials
1,6K download
Aggiornato 8 set 2008

Visualizza la licenza

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

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

Cita come

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

Compatibilità della release di MATLAB
Creato con R14
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Polynomials in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

Additional error checks and improvements added