So an anonymous function I can write like this

f=x->x^2

is it also possible to make an anonymous function out of this:

function f(x)

x^2

end

Reply via email to