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!