y(x) = 
Does Symbolic Math Toolbox Formally Support Function Composition?
Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Common Operations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
