How to make polynom with unknown coefficients?

1 Ansicht (letzte 30 Tage)
Andrew Bobylkov
Andrew Bobylkov am 14 Feb. 2019
Beantwortet: Torsten am 14 Feb. 2019
I can use only "sym a b c x" to create a*x^2+b*x+c?

Akzeptierte Antwort

Torsten
Torsten am 14 Feb. 2019
n = 10;
c = sym('c', [1 n]);
p = poly2sym(c)

Weitere Antworten (0)

Kategorien

Mehr zu Symbolic Math Toolbox finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by