On Fri, Oct 28, 2016 at 2:30 PM, digxx <diger_d...@hotmail.com> wrote:
> ok:
>
> f(x)=x^2 is not an anonymous function
> however
> f=x->x^2 is an anonymous function
>
> unfortunately my function is not just one line so I cant use f=x->x^2 and I
> have to use something like
>
> function f(x)
>
>
> end
>
> this however is not anonymous...
> Is there something like that with
>
> function ...
>
>
> end
>
> which is anonymous?

Yes, read my last post again.

Reply via email to