help-octave
[Top][All Lists]
Advanced

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

Re: Help in leasqr


From: Dmitri A. Sergatskov
Subject: Re: Help in leasqr
Date: Fri, 26 Aug 2016 09:49:42 -0500



On Fri, Aug 26, 2016 at 9:32 AM, Doug Stewart <address@hidden> wrote:


On Fri, Aug 26, 2016 at 6:17 AM, Bharath R <address@hidden> wrote:
Hello all, 

Thank you very much for such a helpful forum. I am using Octave for the past couple of days. I have been working to get the parameters that best fit my function. 

Function:   g=@(x,p) [(p(1).*p(2).*x(:,1)+(p(3).*x(:,2))+(p(4)*p(5)))./((p(1)*p(2))+p(3))]


​p(1) and p(2) is the same parameter.

You cannot fit a*x + b +c

Dmitri.

--


reply via email to

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