How to make polynom with unknown coefficients?

 채택된 답변

Torsten
Torsten 2019년 2월 14일

0 개 추천

n = 10;
c = sym('c', [1 n]);
p = poly2sym(c)

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Call C++ from MATLAB에 대해 자세히 알아보기

태그

질문:

2019년 2월 14일

답변:

2019년 2월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by