How to make polynom with unknown coefficients?

1 visualizzazione (ultimi 30 giorni)
I can use only "sym a b c x" to create a*x^2+b*x+c?

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Symbolic Math Toolbox in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by