octave-maintainers
[Top][All Lists]
Advanced

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

Re: fminbnd Matlab test


From: Julien Bect
Subject: Re: fminbnd Matlab test
Date: Tue, 30 Dec 2014 07:39:29 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

Le 30/12/2014 07:28, Rik a écrit :
[x,fval,info,output] = fminbnd(@(x)sin(x),0,-pi)

% In Matlab R2012a:

>> [x,fval,info,output] = fminbnd(@(x)sin(x),0,-pi)

Exiting due to infeasibility: the lower bound exceeds the upper bound.

x =

     []


fval =

     []


info =

    -2


output =

    iterations: 0
     funcCount: 0
     algorithm: 'golden section search, parabolic interpolation'
message: 'Exiting due to infeasibility: the lower bound exceeds the upper bound.'




reply via email to

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