Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Help in curve fitting tool

2 vues (au cours des 30 derniers jours)
Abdul Samad
Abdul Samad le 8 Mar 2011
Clôturé : MATLAB Answer Bot le 20 Août 2021
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.

Réponses (1)

Andreas Goser
Andreas Goser le 8 Mar 2011
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...

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by