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 18:20
If f(x)=-x^2+6x-1 and g(x)=3x^2-4x-1,find(f+g)(x)
Answers: 1
question
Mathematics, 21.06.2019 22:10
Erinn wrote the equation –5x + 4y = 32 to represent her hourly wage (y) and how this wage has changed during each year that she worked at a company (x). what is the rate of change in erinn's hourly wage per year?
Answers: 2
question
Mathematics, 21.06.2019 23:00
In triangle △abc, ∠abc=90°, bh is an altitude. find the missing lengths. ac=26 and ch=8, find bh.
Answers: 3
question
Mathematics, 21.06.2019 23:40
Select the correct answer what is the 10th term of the geometric sequence 3,6, 12, 24,48 a. 512 b. 3,072 c. 768 d. 1,536
Answers: 2
You know the right answer?
Equation for bacteria growth:
(c*exp(r*t))/((1+(c/k)*exp(r*
function overview
wri...
Questions
question
Mathematics, 07.04.2020 01:00
question
Mathematics, 07.04.2020 01:00
Questions on the website: 13722367