help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Anonymous functions as argument


From: Carnë Draug
Subject: Re: Anonymous functions as argument
Date: Tue, 23 Mar 2010 00:37:12 -0400

On 23 March 2010 00:29, Søren Hauberg <address@hidden> wrote:
>
> Try replacing
>
> man, 22 03 2010 kl. 22:32 -0400, skrev Carnë Draug:
> > [f,p,kvg,iter,corp,covp,covr,stdresid,ci,r2]= leasqr (timestamps,
> > IntValues, Df, @func_PureDiffusion_for_leasqr);
>
> with
>
>        [f,p,kvg,iter,corp,covp,covr,stdresid,ci,r2]= leasqr
>        (timestamps, IntValues, Df, func_PureDiffusion_for_leasqr);
>
> i.e. remove the @ in the call to 'leasqr'
>
> Søren

This worked perfectly. Thank you,

Carnë Draug



reply via email to

[Prev in Thread] Current Thread [Next in Thread]