How to make polynom with unknown coefficients?

1 次查看(过去 30 天)
I can use only "sym a b c x" to create a*x^2+b*x+c?

采纳的回答

Torsten
Torsten 2019-2-14
n = 10;
c = sym('c', [1 n]);
p = poly2sym(c)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by