Question: Using this multivariable function, IN MATLAB!! Create a function that takes a two-element vector input X = [x,y] and produces a the scalar output of
Using this multivariable function, IN MATLAB!! Create a function that takes a two-element vector input X = [x,y] and produces a the scalar output of z.

Then in MATLAB, Using the default options of fminsearch, test several start points to make sure that you are finding the global minimum and not a local minimum. Do all the start points lead to the same minimum value and location of that minimum? Use large and small values as well as positive and negative.
z(x, y) = -xye = 2 + y 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
