Hi i want to know how i can create a non linear function in matlab.
I've seen in internet that someone use the
f=inline('x+2')
but when i've tried this metod i wasn't be able to make elementar operation on two functions.
For example if i
f=inline('x+2')
and
g=inline('x+3')
how can i make g+f...