octave-maintainers
[Top][All Lists]
Advanced

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

Help w/fminunc compatibility


From: Rik
Subject: Help w/fminunc compatibility
Date: Mon, 9 Nov 2015 16:54:08 -0800

11/9/15

Could someone with Matlab and the optimization toolbox run the code below
and report back the results?

Thanks in advance,
Rik

--Code--
l=@(x) exp(sum(x.^2));
[x,fval,info,output,grad,hess]=fminunc(l,[1 1])
--End Code--



reply via email to

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