help-octave
[Top][All Lists]
Advanced

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

Re: About the Matlab function lsqnonlin


From: Sergei Steshenko
Subject: Re: About the Matlab function lsqnonlin
Date: Tue, 21 Jul 2009 12:27:29 -0700 (PDT)



--- On Tue, 7/21/09, Jaroslav Hajek <address@hidden> wrote:

> From: Jaroslav Hajek <address@hidden>
> Subject: Re: About the Matlab function lsqnonlin
> To: "george brida" <address@hidden>
> Cc: address@hidden
> Date: Tuesday, July 21, 2009, 5:12 AM
> On Tue, Jul 21, 2009 at 12:35 PM,
> george brida<address@hidden>
> wrote:
> > Hi friends,
> > I would like to ask you if Octave accept the Matlab
> function lsqnonlin. If
> > no, is there any function in Octave havingĀ  the same
> goal than lsqnonlin.
> > Thank you.
> > George
> >
> 
> Unconstrained nonlinear least-squares with small residuals
> can be
> handled using fsolve (overdetermined nonlinear eq.
> systems)
> since 3.1.55. For constrained optimization, sqp can be
> used. Another
> option is to use the optim package, which provides a
> plethora of other
> options, most well-known of which is leasqr.
> 
> 
> -- 
> RNDr. Jaroslav Hajek
> computing expert & GNU Octave developer
> Aeronautical Research and Test Institute (VZLU)
> Prague, Czech Republic
> url: www.highegg.matfyz.cz
> 

'leasqr' works fine for me, though there are some quirks - make sure the system 
is overdetermined, and you'll be fine.

Regards,
  Sergei.


      



reply via email to

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