Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a Matlab Live Script called Traffic_Network_Model_.mlx to simulate the evolution in time of the distribution of passengers across a multi-modal transportation system. This class

image text in transcribed
Create a Matlab Live Script called "Traffic_Network_Model_.mlx" to simulate the evolution in time of the distribution of passengers across a multi-modal transportation system. This class of models is often referred to as dynamic flow network models. The representation of a dynamic flow network model consisting of 3 compartments (car, train, and bus passengers, respectively) is given below. Suppose that for any 5-minute interval, (which means the interval between times t and t+1 in the linear dynamical system) the passengers redistribute among compartments as follows: 1. 7% of the passengers leave the car and take the train. 2. 8% of the passengers in the train take a bus. 3. 6.5% of the passengers on a bus take a car. 4. 4% of the passengers in a car arrive at destination and leave the network. 5. 5% of the passengers in a bus arrive at destination and leave the network. Based on the previous description of the dynamics of the compartments, express the model as a Linear Dynamical System (Hint: xt+1=Atxt ). Then, perform a simulation of the network for a total of 500 minutes (Hint: this means simulating 100 time steps given a 5-minute interval), using the following initial values: - Car Passengers =10,000 - Train Passengers =6000 - Bus Passengers =3500 Plot the resulting 3 curves describing the evolution of the compartmental model

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

Practical Oracle8I Building Efficient Databases

Authors: Jonathan Lewis

1st Edition

0201715848, 978-0201715842

More Books

Students also viewed these Databases questions

Question

Find the exact value of (sin 14) 2 + (cos 14) 2 - 3.

Answered: 1 week ago

Question

3. Is there opportunity to improve current circumstances? How so?

Answered: 1 week ago