How can I extract coefficients in terms of variables out of an expression in Matlab?
3 次查看(过去 30 天)
显示 更早的评论
I need to return coefficients of variable from an expression or polynomial. Actually, in Maxima I was using ratcoef(exp,var) . I need exactly same work in MATLAB.
0 个评论
采纳的回答
Walter Roberson
2018-7-25
If your expression is symbolic, see sym2poly() and see coeffs()
If your expression is not a polynomial then getting the coefficients can be more difficult. For example neither sym2poly() nor coeffs() can extract the pi/7 of sin(pi/7*x)
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Polynomials 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!