How to make polynom with unknown coefficients?

1 visualización (últimos 30 días)
Andrew Bobylkov
Andrew Bobylkov el 14 de Feb. de 2019
Respondida: Torsten el 14 de Feb. de 2019
I can use only "sym a b c x" to create a*x^2+b*x+c?

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by