How to make polynom with unknown coefficients?

 Akzeptierte Antwort

Torsten
Torsten am 14 Feb. 2019

0 Stimmen

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

Weitere Antworten (0)

Kategorien

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by