y(x) = 
Does Symbolic Math Toolbox Formally Support Function Composition?
Show older comments
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?
Accepted Answer
More Answers (0)
Categories
Find more on Common Operations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!