How to make polynom with unknown coefficients?

 Accepted Answer

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

More Answers (0)

Tags

Asked:

on 14 Feb 2019

Answered:

on 14 Feb 2019

Community Treasure Hunt

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

Start Hunting!