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 16:20
Which mathematical statements are true? 1) if 3 is an odd number, then 3 times 3 is an even number. 2) if 6 is less than 7, then 4 is greater than 7. 3) six is divisible by 3, and 10 is a multiple of 2. 4) the average of the data is greater than the largest value in the data, or it’s less than the largest value in the data. 5) the slope of a linear graph is its rate of change, and the graph’s y-intercept is the initial value. 6) if an equilateral triangle has equal angles, then all its angles will measure 45°.
Answers: 3
question
Mathematics, 21.06.2019 17:00
What term makes it inconsistent y=2x - 4
Answers: 3
question
Mathematics, 21.06.2019 18:30
Players on the school soccer team are selling candles to raise money for an upcoming trip. each player has 24 candles to sell. if a player sells 4 candles a profit of$30 is made. if he sells 12 candles a profit of $70 is made. determine an equation to model his situation?
Answers: 3
question
Mathematics, 21.06.2019 21:00
Describe how making an ‘and’ compound sentence effects your solution set
Answers: 1
You know the right answer?
Equation for bacteria growth:
(c*exp(r*t))/((1+(c/k)*exp(r*
function overview
wri...
Questions
Questions on the website: 13722360