About the Matlab function lsqnonlin
Jaroslav Hajek
highegg at gmail.com
Tue Jul 21 07:12:30 CDT 2009
On Tue, Jul 21, 2009 at 12:35 PM, george brida<george.brida at gmail.com> 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
More information about the Help-octave
mailing list