help-octave
[Top][All Lists]
Advanced

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

Re: Anonymous functions as argument


From: Søren Hauberg
Subject: Re: Anonymous functions as argument
Date: Mon, 22 Mar 2010 21:29:32 -0700

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



reply via email to

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