Question: Create a 10-element cell array. Fill each odd element of the array in a string describing the element number. For example: 'one' 'three' ... 'nine'
Create a 10-element cell array. Fill each odd element of the array in a string describing the element number. For example: 'one' 'three' ... 'nine'. Fill each even numbered element of the array with a matrix that has random size [nrows,ncols] from 1 to 5 and is filled with integers that is the element number. For example: [222;22], [4444;4444;4444], etc. Display the data on the screen. Can this be accomplished with an array of structures where each structure has two elements; the value and the string equivalent as in the cell array?(Y/N)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
