Make function in function
显示 更早的评论
I want to define a approximated function g(x) from f(x) with neural network but g(x) is too complicated so i want to simplify it to multiple function.
For example: define f = 5x+3 from f=g+3, g=3x.
回答(1 个)
syms x
g = 5*x
f = g+3
类别
在 帮助中心 和 File Exchange 中查找有关 Image Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!