octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #64513] fsolve output info returns -2


From: Liang Tang
Subject: [Octave-bug-tracker] [bug #64513] fsolve output info returns -2
Date: Thu, 3 Aug 2023 16:57:44 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?64513>

                 Summary: fsolve output info returns -2
                   Group: GNU Octave
               Submitter: lt1234
               Submitted: Thu 03 Aug 2023 08:57:42 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Documentation
                  Status: None
             Assigned to: None
         Originator Name: lt1234
        Originator Email: 
             Open/Closed: Open
                 Release: 8.2.0 8.X Series Bug Fix Release 
         Discussion Lock: Any
        Operating System: Microsoft Windows
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Thu 03 Aug 2023 08:57:42 PM UTC By: Liang Tang <lt1234>
fsolve documentation does not have any description for info=-2. EXITFLAG in
the example below is info.   

Example 

func=@(x) 0;
X0=0;
[X,FVAL,EXITFLAG,OUTPUT,JACOB] = fsolve(func,X0)

results: 

X = 0
FVAL = 0
EXITFLAG = -2
OUTPUT =

  scalar structure containing the fields:

    iterations = 1
    successful = 0
    funcCount = 2

JACOB = 0







    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?64513>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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