y(x) = 
Does Symbolic Math Toolbox Formally Support Function Composition?
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Common Operations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
