How to print gf polynomial multiplication values ?

The code below doesn't output values for "cpoly"
m = 10 ; apoly = gf([1 904 6 701 32 656 925 900 614 391 592 265 945 290 432], m, 1033); bpoly = gf([1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0],m,1033); cpoly = conv (apoly, bpoly) ;
How to get polynomial values for "cploy" in Matlab ?
thanks ...ravi

Respuestas (1)

Shashank
Shashank el 2 de Dic. de 2016

0 votos

Just type cpoly in your command window or go to the workspace see the variable 'cpoly' in variable editor

Categorías

Más información sobre Polynomials en Centro de ayuda y File Exchange.

Preguntada:

el 15 de Feb. de 2013

Respondida:

el 2 de Dic. de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by