How to make polynom with unknown coefficients?

 採用された回答

Torsten
Torsten 2019 年 2 月 14 日

0 投票

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

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDevelop Apps Using App Designer についてさらに検索

タグ

質問済み:

2019 年 2 月 14 日

回答済み:

2019 年 2 月 14 日

Community Treasure Hunt

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

Start Hunting!

Translated by