Make function in function

1 vue (au cours des 30 derniers jours)
space12345678
space12345678 le 12 Mai 2022
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.

Réponses (1)

Stephen23
Stephen23 le 12 Mai 2022
syms x
g = 5*x
g = 
f = g+3
f = 

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Produits


Version

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by