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

조회 수: 3 (최근 30일)
The Following equation is the theoretical equation of the cumulative density function:

채택된 답변

Matt J
Matt J 2021년 9월 4일
Yes, lsqcurvefit is applicable.
  댓글 수: 3
Matt J
Matt J 2021년 9월 5일
편집: Matt J 2021년 9월 5일
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.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Systems of Nonlinear Equations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by