Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Bio 410/510 Matlab for BiologistsHomework -week 2Due January 19by noonAnalyzing bacterial growthThe data file growth.matcontains simulated measurements, at 1 hrintervals, of the population size for

Bio 410/510 Matlab for BiologistsHomework -week 2Due January 19by noonAnalyzing bacterial growthThe data file growth.matcontains simulated measurements, at 1 hrintervals, of the population size for two bacterial colonies. Rows represent timepoints, columns represent the two colonies.

a)Download the data set from canvas, and put it in your matlab directory. Make sure this is the current folder that matlab is opened to.Load the dataset.

b)Plot the size of each colony versus time, on the same graph. Be sure to label your axes!

c)Since exponential growtth expands rapidly, repeat step b) but taking the logarithm of each data point.

d)Create a bar graph comparing the mean population size (not logarithmic) for each colony across the entire duration of the experiment.

e)Repeat step d, but this time only average across the last three measurements.

I just need help with step b. I keep getting an error code.

This is what I put

data = ('growth.mat') x = data(:,1) y = data(:,2) figure plot(x,y)

And I keep getting error using plot. Invalid first argument

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Excel As Your Database

Authors: Paul Cornell

1st Edition

1590597516, 978-1590597514

More Books

Students also viewed these Databases questions

Question

2. Define identity.

Answered: 1 week ago