简体   繁体   中英

MATLAB: Function that computes the coefficients of the polynomial that is formed by multiplying 2 other polynomials

I need to come up with a MATLAB function that computes the coefficients of the polynomial that is formed by multiplying 2 other polynomials.

I know that I need to somehow use conv(a,b) or something like that but I need to CREATE a function somehow. Help please!

Is this homework? Anyway, you do want to use conv , and it basically solves your problem. What was the problem beyond that?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM