How to find the minimum of the given function?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Farooq Aamir
am 12 Feb. 2019
Beantwortet: Alan Weiss
am 13 Feb. 2019
, , and ,
The squareroot is on the denominator terms only.
0 Kommentare
Akzeptierte Antwort
Alan Weiss
am 13 Feb. 2019
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 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!