(c) Explain what is happening in the following four lines of MATLAB code, and show what the values of y1 and y2 will be.
Posted: Mon May 09, 2022 7:04 am
(c) Explain what is happening in the following four lines of MATLAB code, and show what the values of y1 and y2 will be. = 11 = @max 12 = @min y1 = feval(f1,10,20); y2 = feval(t2, 10, 20); What are the potential benefits of using @ and feval, and name a MATLAB function that makes use of these mechanisms. [5 marks)