필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Help with fit of a function

조회 수: 1 (최근 30일)
aurc89
aurc89 2015년 3월 25일
마감: MATLAB Answer Bot 2021년 8월 20일
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
the cyclist
the cyclist 2015년 3월 25일
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.

답변 (1개)

John D'Errico
John D'Errico 2015년 3월 25일
편집: John D'Errico 2015년 3월 25일
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