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!
