Question: MATLAB >> 19. Create a cell array called Class where each row contains data about a class. The first element of the row should be
>> 19. Create a cell array called Class where each row contains data about a class. The first element of the row should be the title of the course (string), the second element should be the semester of the course (string), and the third element of the row should be the enrollment of the course (double). Populate the Class cell with information from three pieces of information from your favorite course. Example first row: Class{1,1} = 'E'; Class{1,2} = 'Spring 2011'; Class{1,3} = 405; Download : Download full-size image For the example first row given, use concatenation of the elements in Class to generate the string 'E7: Spring 2011
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
