I’ve attached task and attempt. I’m not sure how to make it work/ do the fitting routine.
조회 수: 1 (최근 30일)
이전 댓글 표시
i need to know how to do the fitting routine and the mistake in my code.
댓글 수: 0
답변 (1개)
Alex Hanes
2022년 10월 24일
Checking out MATLAB’s documentation for Problem-Based solvers would be a helpful starting point since your goal is to find the minimum of a symbolic function (e.g., the difference of your two functions).
Since this looks like a homework problem, it’s probably best that you use the symbolic toolbox to find the values where your function extrema occur by setting it’s derivative equal to zero.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Interpolation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!