Info

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

Help in curve fitting tool

조회 수: 2 (최근 30일)
Abdul Samad
Abdul Samad 2011년 3월 8일
마감: MATLAB Answer Bot 2021년 8월 20일
I've a curve(x and y values) and I've to apply following custom equation and have to find the unknown parameters A and B
y=3.379-(A*X^2/(B+X))
I'm using the Cftool and using the custom equation button but what I see there is not any option(or it appears to me) of entering the above equation I've mentioned. Please guide me how to fix this issue.

답변 (1개)

Andreas Goser
Andreas Goser 2011년 3월 8일
Things that could go wrong
  • The user does not see the tab "general equations" when creating a new fit
  • Issues with variable / parameter names like upper and lower case x
  • Equation not correct with regards to operators - .* vs *, .^ vs ^ and so on
  • Last not least it could be that your data just does not match...

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by