How to make polynom with unknown coefficients?

1 回表示 (過去 30 日間)
Andrew Bobylkov
Andrew Bobylkov 2019 年 2 月 14 日
回答済み: Torsten 2019 年 2 月 14 日
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 Center および File ExchangeSymbolic Math Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by