Re: A real curve fitting problem
Marco wrote:
Hi,
I think I have a real curve fitting problem:
My experimental data I would like to fit are of the form
f = f(x). Now I should fit the curve with a complex function which I
have defined as a separate MATLAB function. The output of the
function is calculated with two "for" loops since the function itself
has two parameters (arrays). Can anybody give me a hint how I could
use this function for curve fitting? I have the statistics toolbox
available, but I think the "nlinfit" function for fitting will not
help...
Thanks for any suggestions,
Marco
take a look at lsqcurvefit
Jim
.
Relevant Pages
- Re: Curve Fitting in Images
... How are you going to "fit" the reference curve over your noisy points? ... I am doing some research on curve fitting, ... (sci.image.processing) - Re: Partial curve fitting
... It might be a bit stupid question, but I've started to use curve fitting toolbox, and I wonder if there is a way to fit a specially formed curve to only a part of the data points, without knowing beforehand wich part to fit. ... of processing power for each of its 1048576 cores? ... (comp.soft-sys.matlab) - Partial curve fitting
... It might be a bit stupid question, but I've started to use curve fitting toolbox, and I wonder if there is a way to fit a specially formed curve to only a part of the data points, without knowing beforehand wich part to fit. ... (comp.soft-sys.matlab) - Curve fitting
... I have a question regarding curve fitting to data. ... If I have some data points one of them is and when I fit them to ... how can I control this fitting curve and force it to pass a ... (sci.math.num-analysis) - Only 7.8 Billion (was: 9 Billion. The Population Explosion Is At And End.)
... This does, in fact, fit very well. ... deviations of about 10-20 million and is not a direct fit. ... The results of fitting this to the above-mentioned regularity ... surprising recent development in the world population curve. ... (sci.anthropology) |
|