Question: ANSWER #5 AND #6 ONLY necessary command(s). Ihen convert the string array, C, back to a cell array. Using a struct() function, generate a structure
ANSWER #5 AND #6 ONLY



necessary command(s). Ihen convert the string array, C, back to a cell array. Using a struct() function, generate a structure array that contain different values of (a) lengths (e.g., 1 or 2), (b) widths (e.g., 1 or 2), (c) linestyles (e.g., '-'), (d) colors (e-s., 'red'). Name this structure array as RECTANGLE. Get the array with the size up to 4 (e.g., RECTANGLE(1).length, RECTANGLE(2).width, RECTANGLE (3).linestyle, RECTANGLE(4).color). Build a function that reads two inputs from your struct, RECTANGLE, calculates its area, and returns its output. You may name your function as [z]- area(x, y). 3. 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
