Question: Using MATLAB For this problem, do not run the code in MATLAB, instead try to find the answer based on your knowledge from MATLAB commands.
Using MATLAB

For this problem, do not run the code in MATLAB, instead try to find the answer based on your knowledge from MATLAB commands. Write the screen display for the following script and associated functions in the space provided. Credit only given for work shown. In you need more rows, add more rows to the bottom of the table. function myfunc() clc close all clear all x = 4 y = 3 z = [2 4 5 3 1]; for i = 1: 3: 8 if (i 3) disp ('done') else back 2 = fcn 2 (i, y, x, z) end end function [out 2] = f cn 1 (j, y, x, k) ou 2 = [0 0 0 0 0] for i = 1: 1: 5 out 2 (i) = fcn 2 (i, x, y, k); end end function [out 1] = fcn 2 (j, d, s, k) switch (k (j)) case {1, 2} out 1 = d + 4 case {3, 4} ou 1 = 2*s otherwise out 1 = d + s end end end
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
