How to make polynom with unknown coefficients?

 Réponse acceptée

Torsten
Torsten le 14 Fév 2019

0 votes

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

Plus de réponses (0)

Catégories

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by