my implement: ? Load the data ? Iteratively check each of the surface area value
ID: 3654504 • Letter: M
Question
my implement: ? Load the data ? Iteratively check each of the surface area values ? Determine the bacteria classification of each surface area value (e.g., Low, High, etc.) using an if/elseif statements ? Count the number of dishes of each bacteria classification ? Print out a message for each category with the final count for that category
****WHAT DO I WRITE IN THE MATLAB SCRIPT FILE BASED ON MY IMPLEMENT?*****
Bacteria Classification
Surface Area Covered by Bacteria (in2)
Low
x < 2.5
Medium-Low
2.5<=x < 4.5
Medium
4.5<=x < 6.5
Medium-High
6.5<=x < 8.5
High
8.5 <= x
Bacteria Classification
Surface Area Covered by Bacteria (in2)
Low
x < 2.5
Medium-Low
2.5<=x < 4.5
Medium
4.5<=x < 6.5
Medium-High
6.5<=x < 8.5
High
8.5 <= x