help-octave
[Top][All Lists]
Advanced

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

Re: Possible bug?


From: mrodrig
Subject: Re: Possible bug?
Date: Thu, 15 Feb 2018 08:07:41 -0700 (MST)

Dear Olaf,

Thanks for your prompt response.

How can I include limits for the values I'm looking for using the
nonlin_curvefit?

In the example of the demo it appears

  ## linear constraints, A. ' * parametervector + B> = 0
   A = [1; -1]; B = 0; # p (1)> = p (2);
   settings = optimset ("inequc", {A, B});

In my case, the constrains would be of the type

maximum value and minimum value

for example pair (3) should be between 1.1 and 2?

Thanks
Mauricio



--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

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