Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Help with fit of a function

1 visualizzazione (ultimi 30 giorni)
aurc89
aurc89 il 25 Mar 2015
Chiuso: MATLAB Answer Bot il 20 Ago 2021
I have a function y=f(x) given by two vectors x and y, and I need to do a gaussian fit of this function, but only between two values x1 and x2 of x. How can I do this? Thanks
  1 Commento
the cyclist
the cyclist il 25 Mar 2015
Your question is not very clear, at least to me. I think you need to edit it to make it clearer, and more detailed.
Two specific things that are not clear to me:
  • You say that you have a function f(), but then you say you need to fit the function. I'm guessing you do not actually have the function f(), but you actually just have data. But I'm not sure.
  • I don't understand what you mean by "only between two values x1 and x2 ...".
Remember, we only know what you tell us about your problem. The time you spend clearly laying out your problem for us will help you in the end.

Risposte (1)

John D'Errico
John D'Errico il 25 Mar 2015
Modificato: John D'Errico il 25 Mar 2015
You want to use two points to fit a Gaussian your data?
Depending on what you mean by a "gaussian fit", this is either impossible to do with only two data points, or useless. Most probably, both.
Of course, if you meant something entirely different about what you meant by this being only between two points, then explain yourself far more clearly. If perhaps you want this "Gaussian" to live only in a restricted domain, then again, you need to rethink your problem, since a Gaussian extends to infinity in all directions.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by