Question

We have a function that you want to evaluate in MATLAB f(x, y)=23 y^{\wedge} 2-3 x^{\wedge} 6+23 a) Write an anonymous function in MATLAB and write a livescript to ask the user to input xa nd then to input y and then have the function print out the answer b) Have your livescript plot the value of f vs x from 0 to 10 for y = -2.

Question image 1Question image 2Question image 3Question image 4