subject
Mathematics, 13.09.2019 19:30 AbyssAndre

Equation for bacteria growth:
(c*exp(r*t))/((1+(c/k)*exp(r*
function overview
write a matlab function that accepts four inputs c, r, k and t and outputs bacteria population. the equation for bacteria population is provided within your portfolio.
function inputs
c - a scalar parameter within the bacteria population equation.
r - a scalar parameter within the bacteria population equation.
k - a scalar parameter within the bacteria population equation.
t - a scalar or vector representing time (in days).
function outputs
bacteriapop - the bacteria population.
function template
function bacteriapop = bacteria_count(c, r,k, t)
%insert code here
end
function example
if your function is correct, applying bacteria_count(500,1,100,0: 2) should return [83.,93.1467,97.3646].

ansver
Answers: 2

Another question on Mathematics

question
Mathematics, 21.06.2019 17:00
Orly uses 2 cups of raisins for every 12 cups of trail mix she makes. how many cups of trail mix will she make if she uses 8 cups of raisins?
Answers: 1
question
Mathematics, 21.06.2019 18:00
Negative 5 1/12 + negative 4 1/4 + 6 3/4
Answers: 1
question
Mathematics, 21.06.2019 22:00
The numbers on a football field indicate 10 yard increments. you walk around the perimeter of a football field between the pylons. you walk a distance of 30623 yards. find the area and perimeter of the indicated regions. write your answers as mixed numbers, if necessary. a. one end zone: perimeter: yd area: yd2 b. the playing field (not including end zones): perimeter: yd area: yd2 c. the playing field (including end zones): perimeter: yd area: yd2
Answers: 1
question
Mathematics, 21.06.2019 23:30
Maren is buying carpet for her rectangular living room. the room is 4.8 yards wide and 5.2 yards long. how much carpet does she need to buy? enter your answer as a decimal in the box. yd2
Answers: 1
You know the right answer?
Equation for bacteria growth:
(c*exp(r*t))/((1+(c/k)*exp(r*
function overview
wri...
Questions
question
Computers and Technology, 15.04.2020 23:54