How to find the minimum of the given function?
1 次查看(过去 30 天)
显示 更早的评论
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/203790/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/203791/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/203792/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/203817/image.png)
The squareroot is on the denominator terms only.
0 个评论
采纳的回答
Alan Weiss
2019-2-13
Do you have Optimization Toolbox™? If so, I suggest that fminunc might be an appropriate solver. Otherwise, I suggest fminsearch.
To see how to set up your problem for solution by a solver, see Minimizing Functions of Several Variables (if you have MATLAB only) or Solver-Based Optimization Problem Setup (ifi you have Optimization Toolbox).
Alan Weiss
MATLAB mathematical toolbox documentation
0 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!