Transform a polynomial in syms to [1,2,3,4,5] and back to syms

1 次查看(过去 30 天)
How do I transform a polynomial in syms to [1,2,3,4,5] and back to syms?

回答(1 个)

Azzi Abdelmalek
Azzi Abdelmalek 2016-4-25
编辑:Azzi Abdelmalek 2016-4-25
y=poly2sym([1,2,3,4,5] )
sym2poly(y)

类别

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