Make function in function

1 visualización (últimos 30 días)
space12345678
space12345678 el 12 de Mayo de 2022
Respondida: Stephen23 el 12 de Mayo de 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.

Respuestas (1)

Stephen23
Stephen23 el 12 de Mayo de 2022
syms x
g = 5*x
g = 
f = g+3
f = 

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by