octave-maintainers
[Top][All Lists]
Advanced

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

MATLAB fminbnd() output


From: Júlio Hoffimann
Subject: MATLAB fminbnd() output
Date: Sun, 2 Sep 2012 10:32:01 -0300

Dear all,

Anyone using MATLAB could please paste the output of the following commands? (type `diary' and then copy the commands)

fminbnd(@cos,3,4,optimset("TolX",1e-4,"Display","off"))
fminbnd(@cos,3,4,optimset("TolX",1e-4,"Display","off","MaxIter",3))
fminbnd(@cos,3,4,optimset("TolX",1e-4,"Display","notify"))
fminbnd(@cos,3,4,optimset("TolX",1e-4,"Display","notify","MaxIter",3))
fminbnd(@cos,3,4,optimset("TolX",1e-4,"Display","final"))
fminbnd(@cos,3,4,optimset("TolX",1e-4,"Display","final","MaxIter",3))
fminbnd(@cos,3,4,optimset("TolX",1e-4,"Display","iter"))
fminbnd(@cos,3,4,optimset("TolX",1e-4,"Display","iter","MaxIter",3))

Thanks in advance,
Júlio.

reply via email to

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