How to find the minimum of the function?

1 view (last 30 days)
mostafa hager
mostafa hager on 26 Jun 2020
Edited: mostafa hager on 27 Jun 2020
hi, how can I locate the minimum of f(x,y) in Matlab ?

Answers (1)

Jeff Miller
Jeff Miller on 26 Jun 2020
fminsearch is a good place to start
  1 Comment
mostafa hager
mostafa hager on 27 Jun 2020
Edited: mostafa hager on 27 Jun 2020
how can i use it in the function
such as 5x^2+6xy+5y^2-160

Sign in to comment.

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!