Task 4 The following data represents the bacterial growth on a piece of chicken left out on the kitchen bench by your room-mate. t (minutes) b (bacteria) 0 100 5 200 a) Plot the raw data as a continuous line. 10 450 15 950 20 2000 25 5000

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Please use matlab.

 

Task 4
The following data represents the bacterial growth on a piece of chicken left out on the
kitchen bench by your room-mate.
t (minutes)
b (bacteria)
0
100
5
200
a) Plot the raw data as a continuous line.
10
450
15
950
20
2000
25
5000
b) Fit an exponential model to the bacteria data above. You may use polyfit once you've
linearised the data.
c) Using the exponential model, extrapolate the value of bacteria at t=30 minutes. Use a blue
circular marker to represent the bacteria at t=30 on the same figure and print the value
in the command window.
d) Instead of cleaning up the chicken mess your friend left, he/she wants to see how a
polynomial fit to the data instead. You may use polyfit for this. Your m-file should be
interactive such that it asks the user for the degree of the polynomial to fit. Your m-
file should plot the data of the fitted polynomial interpolated over 60 points with polyval
from t=0 to t=30 in a new figure window. Print to the value of bacteria at t=30 to the
command window. Print out the polynomial degree in the title of the plot.
Transcribed Image Text:Task 4 The following data represents the bacterial growth on a piece of chicken left out on the kitchen bench by your room-mate. t (minutes) b (bacteria) 0 100 5 200 a) Plot the raw data as a continuous line. 10 450 15 950 20 2000 25 5000 b) Fit an exponential model to the bacteria data above. You may use polyfit once you've linearised the data. c) Using the exponential model, extrapolate the value of bacteria at t=30 minutes. Use a blue circular marker to represent the bacteria at t=30 on the same figure and print the value in the command window. d) Instead of cleaning up the chicken mess your friend left, he/she wants to see how a polynomial fit to the data instead. You may use polyfit for this. Your m-file should be interactive such that it asks the user for the degree of the polynomial to fit. Your m- file should plot the data of the fitted polynomial interpolated over 60 points with polyval from t=0 to t=30 in a new figure window. Print to the value of bacteria at t=30 to the command window. Print out the polynomial degree in the title of the plot.
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Types of trees
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education