From: yasin level on 14 Mar 2010 17:36 I am wroking on a problem that requires me to use the nonlinear regression for estimation parameters. I need matlab code? Thanks
From: TideMan on 14 Mar 2010 17:47 On Mar 15, 10:36 am, "yasin level" <pdf.a...(a)yahoo.fr> wrote: > I am wroking on a problem that requires me to use the nonlinear regression for estimation parameters. > I need matlab code? > Thanks To answer your question: Yes, you need Matlab code. As to what Matlab code you need, I cannot tell from the details you have supplied.
From: yasin level on 14 Mar 2010 18:24 "yasin level" <pdf.amir(a)yahoo.fr> wrote in message <hnjksa$dcr$1(a)fred.mathworks.com>... > I am wroking on a problem that requires me to use the nonlinear regression for estimation parameters. > I need matlab code? > Thanks I have 2 parameters in my equation for ex: X = P1 P2 Y I mesure data X and Y form experimental. I need matlab code for fitting and estimation of my parameters with coef of regression. thank you
From: TideMan on 14 Mar 2010 19:50 On Mar 15, 11:24 am, "yasin level" <pdf.a...(a)yahoo.fr> wrote: > "yasin level" <pdf.a...(a)yahoo.fr> wrote in message <hnjksa$dc...(a)fred.mathworks.com>... > > I am wroking on a problem that requires me to use the nonlinear regression for estimation parameters. > > I need matlab code? > > Thanks > > I have 2 parameters in my equation for ex: > X = P1 P2 Y > I mesure data X and Y form experimental. > I need matlab code for fitting and estimation of my parameters with coef of regression. > thank you That equation is linear, so you should able to solve it for P1*P2 using the method in your textbook. But there are an infinite number of possibilities for P1 and P2.
From: yasin level on 16 Mar 2010 07:30
I am wroking on a problem that requires me to use the nonlinear regression for estimation parameters. I have 3 parameters in my equation: x=a+b.exp(-ct) I have data x and t I need matlab code for fitting and estimation of my parameters with coef of regression. Thanks |