Answered step by step
Verified Expert Solution
Question
1 Approved Answer
A chemical plant releases an amount, A[mg/m3], of pollutant into a stream. The maximum concentration C [mM] of the pollutant at some distance X[m] is
A chemical plant releases an amount, A[mg/m3], of pollutant into a stream. The maximum concentration C [mM] of the pollutant at some distance X[m] is described by the following equation. Measurements of the amount of pollutant A at a distance of 1000 meters from the plant were made of a 15-day period, summarized in the table below. In addition to the code for this program, generate your flowchart and pseudocode for this problem and include it with your submission. Consider that plotting is a process in your flowchart. In MatLab, create a vector to represent the days that measurements were made, and a second vector that contains the amount of pollutant. Using element-by-element operations, calculate the concentration of the pollutant at a distance of 1000m over the 15-day period and store it into a variable. Plot the concentration over time using blue squares connected by a dashed line. Label and title your plot appropriately. Finally, determine how many days in the measurement period where the concentration exceeded the safety threshold concentration of 0.01mM, and neatly display this information to the user. C=XAe2
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started