Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

using matlab Create a script that projects population based on static Annual Migration ( Mann ) & variable Birth Rates ( BR ) and Death

using matlab Create a script that projects population based on static Annual Migration (Mann) & variable Birth Rates (BR) and Death Rates (DR). Birth and death rates will be represented as a linear function over time having initial values (BR_init & DR_init), and slopes (slope_BR & slope_DR). A sample of this relationship is given below.
BR_init, DR_init, slope_BR, slope_DR, and Mann are provided at the start of the script template. The initial time (tinit), final time (tfinal), time step size (delt), and initial population (Pinit) are also provided. Please use P for the population, BR for the birth rate, and DR for the death rate variable names and create each as a row vector. Not following this convention will result in an incorrect answer.
Once you have calculated P, plot P as a function of time. Make sure to include axis labels as this is good practice in plotting. BR_init=.15;
DR_init=.09;
slope_BR=-0.001;
slope_DR=-0.0004;
tinit=0;
tfinal=100;
delt=.5;
Pinit=400;
Mann=-10;

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

Beginning VB 2008 Databases

Authors: Vidya Vrat Agarwal, James Huddleston

1st Edition

1590599470, 978-1590599471

More Books

Students also viewed these Databases questions