Question: matlab Problem 3. You are to create a cell array called cellar that contains the following: [sin] [oJ2]/100] 0 110] [cos] [[-][m][m/15] [0 0 0

matlab
Problem 3. You are to create a cell array called cellar that contains the following: [sin] [oJ2]/100] 0 110] [cos] [[-][m][m/15] [0 0 0 1] [tan] [-T/2.2][m / 2.2][m/20]] [0 1 1 0] [atan] [[-10][101[0.02[110] [acot] [I-81[8]T0.05]] [0 10 1] [exp] [-5]10J[O.1]] [1 10 1] [log] [[0.1]18.5][0.51] [00 11] Each row of the cell array cellar should have the following structure [function name]min][max][step]] [vector] The first cell of each row contains a string representation of a MATLAB build-in function; the second cell stores three sub-cells, containing numerical values which specify the beginning of an interval, the end of an interval, and the interval discretization size respectively; the third cell contains a logical row vector (a) Create the cell array cellar described above Without assuming (b) write an expression that refers to the string contained in the first cell of the fourth row of the number of rows of the cell array cellair: the cell array (c) write an expression that refers to the discretization step size contained in the third sub- cell of the second cell of the last row of the cell arrav. (d) by looping through the rows of the cell aray, delete the second element from the logical row vector contained in the third cell of each row
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
