How to make polynom with unknown coefficients?

 Respuesta aceptada

Torsten
Torsten el 14 de Feb. de 2019

0 votos

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

Más respuestas (0)

Categorías

Más información sobre Develop Apps Using App Designer en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 14 de Feb. de 2019

Respondida:

el 14 de Feb. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by