Question: This is MATLAB. Table Creation Internal functions array2table, cell2table, and struct2table are used to convert numeric cell array., and struct arrays into a table. This
This is MATLAB.


Table Creation Internal functions array2table, cell2table, and struct2table are used to convert numeric cell array., and struct arrays into a table. This problem takes a closer look at cell2table The cell array rowingDataSet, which is in the mat file rowingData, contains information on the 1996 US Olympic Rowing Team in Atlanta (Source: http://ww2.amstat.org/publications/jse/jse_data archive.htm). The data includes the names of 26 participants, the event they rowed and their weights (in lbs) Write a function ExtractTwoTables to convert the cell array into a table tableOne and a table tableTwo. In tableOne the metadata of the first column should be 'Names', the second 'Event' and the third 'Weigth'. In the second table tableTwo which is similar to tableOne other than an additional column with a metadata name Weight Categories that bins the third column data into binning categories are 'light weight if 100 S weight
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
