How can I fit a nonlinear function to my experimental data to find the unknowns?

3 vues (au cours des 30 derniers jours)
The Following equation is the theoretical equation of the cumulative density function:

Réponse acceptée

Matt J
Matt J le 4 Sep 2021
Yes, lsqcurvefit is applicable.
  3 commentaires
Matt J
Matt J le 5 Sep 2021
Modifié(e) : Matt J le 5 Sep 2021
Make sure your model function fun() works before you give it to lsqcurvefit. You have an exp{ } in your objective function which should be exp() an the other braces probably don't belong there either.
Farnood83
Farnood83 le 5 Sep 2021
Thank you! It is working now

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Systems of Nonlinear Equations dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by