Logistic Growth Model - Code and Plot

24 views (last 30 days)
Emma Hadley
Emma Hadley on 11 Apr 2021
I need to plot a differential equation that shows logistic growth. The equation is: P=(K*A*e^r*t)/(1+A*e^r*t)
where K is the carrying capacity, a constant, and K = 1,704,885 and A = 0.0122.
I need the correct code so that I can solve for r, as well as put different t to find the population at varying times.
I also need to plot the solution. Thank you for any help!

Answers (0)

Categories

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!