How to make polynom with unknown coefficients?

조회 수: 1 (최근 30일)
Andrew Bobylkov
Andrew Bobylkov 2019년 2월 14일
답변: Torsten 2019년 2월 14일
I can use only "sym a b c x" to create a*x^2+b*x+c?

채택된 답변

Torsten
Torsten 2019년 2월 14일
n = 10;
c = sym('c', [1 n]);
p = poly2sym(c)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by