@(x) f(x) + g(x)
In some cases, you can use
syms x
matlabFunction( f(x) + g(x), 'vars', x)
If there are no captured variables, then you can use string manipulation on char() of the handles.
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!