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!