Prev: What are the functions to apply an analog and a discrete-time fir
Next: Is it possible to label axis?
From: rams on 25 Mar 2010 10:46 I am not able to use lsqnonlin or lsqcurvefit functions in matlab installed on my computer. This is possibly due to unavailability of optimization toolbox. Are there any functions similar to these that i can use.
From: Torsten Hennig on 25 Mar 2010 23:23 > I am not able to use lsqnonlin or lsqcurvefit > functions in matlab installed on my computer. This is > possibly due to unavailability of optimization > toolbox. Are there any functions similar to these > that i can use. To answer this, we need detailed information about the fitting problem you are trying to solve. Best wishes Torsten.
From: John D'Errico on 26 Mar 2010 05:33
rams <lramsb4u(a)gmail.com> wrote in message <489985732.442997.1269542813864.JavaMail.root(a)gallium.mathforum.org>... > I am not able to use lsqnonlin or lsqcurvefit functions in matlab installed on my computer. This is possibly due to unavailability of optimization toolbox. Are there any functions similar to these that i can use. It is "possibly" due to that? You either have that toolbox or you do not. It is simple to verify. It is not a fuzzy question. Look on the file exchange. Or, use fminsearch. You will need to think about how to formulate the sum of squares objective function then. John |