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

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

[Octave-bug-tracker] [bug #50502] [optim-1.5.2] nonlin_curvefit crash


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #50502] [optim-1.5.2] nonlin_curvefit crash
Date: Thu, 9 Mar 2017 21:19:17 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0

Follow-up Comment #3, bug #50502 (project octave):

It seems to be working on Fedora 25 
HG ID for this build is "99ee4dd83ceb"
octave:6> x = randn(10,1); y = 2*x+1;
octave:7> [k fy cvg op] = nonlin_curvefit (@(k,x)k(1)*x+k(2), [0; 0], x, y)
k =

   2.0000
   1.0000

fy =

   3.22465
   1.41471
   4.29449
  -0.74552
   2.25316
   0.46475
   1.26779
   2.59261
  -1.80851
   1.09035

cvg =  3
op =

  scalar structure containing the fields:

    user_interaction =

      scalar structure containing the fields:

        stop = [](0x1)
        info = {}(0x1)

    niter =  4
    lambda =

      scalar structure containing the fields:

        lower =

           0
           0

        upper =

           0
           0

        eqlin = [](0x1)
        ineqlin = [](0x1)
        eqnonlin = [](0x1)
        ineqnonlin = [](0x1)



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50502>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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