Split symbolic function by terms
显示 更早的评论
In general i have a function that looks like
f = f1 + f2 + f3 +...+fn
and i want to address/modify/evaluate only f1 or f2 or f3. For example
f = 1/(x*y-1) + (x+2)/(y^2*(x-1)) + 1/(x^2*y^3-1)
and i want to get only 1/(x*y-) or one of the other two.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Functional Programming 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!