y(x) = 
Does Symbolic Math Toolbox Formally Support Function Composition?
显示 更早的评论
The doc page Create Symbolic Functions states "The Symbolic Math Toolbox™ currently does not support composite symbolic functions, or symbolic functions that are functions of another symbolic functions."
But we can do
syms f(x) h(x)
y(x) = f(h(x))
Is y not a composite, symbolic function?
The chain rule works as well
dy(x) = diff(y(x),x)
Is the doc wrong or am I misunderstanding the quoted statement?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Common Operations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
