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!