How to print gf polynomial multiplication values ?
1 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
回答(1 个)
Shashank
2016-12-2
Just type cpoly in your command window or go to the workspace see the variable 'cpoly' in variable editor
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Polynomials 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!