Excel sheet is attached. Only needing the LI (lower income). Matlab please no systems/loops https://docs.google.com/spre

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Excel sheet is attached. Only needing the LI (lower income). Matlab please no systems/loops https://docs.google.com/spre

Post by answerhappygod »

Excel sheet is attached. Only needing the LI (lowerincome). Matlab please no systems/loops

2 - Import plastic waste data into MATLAB. Use one of theimporting commands below with NO changes to anything to the rightof the assignment operator (= sign). I will read the data in fromyour program using the same Excel file, and your program must beable to read the data in the same way. Read in only one matrix andextract all data from that matrix in the Matlab file, do not readin multiple variables using multiple importing statements.
3 – Using logical indexing, extract the income status that youare to analyze, creating vectors for each. Note that you can usethe numeric economic status from column C in the spreadsheet.
4 – For each of the four economic status, determine thefollowing: Use 2010 values. Each is individual code by one teammember, for teams of 3 you can select three of the four. Where itsays HIC/UMI/LMI/LI, report the status of YOUR project only, so itshould have only one of the four economic statuses. (Note units of‘Tonnes’ means metric tons). Make an easy to read table that lookslike the one below using a block of fprintf statements(preferred)or Table command:
Computed values of HIC/UMI/LMI/LI
Value
Units
Number of countries in the group
Use appropriate units
Total coastal population
Average population per country
Average plastic waste per person per day
Kg/person/day
Ave mismanaged plastics per person per day
Kg/person/day
Ave mismanaged Kg plastic waste per person per year
Kg/person/year
Total mismanaged plastic per year
Kg/year
Percentage of global mismanaged plastic
% of global
5 – Report using fprintf:
“The most populous nation in the HIC/UMI/LMI/LI is nation ###,which is XXXXXXXXX.”
“The least populous nation in the HIC/UMI/LMI/LI is nation ###,which is XXXXXXXXX.”
For example, your output might read:
“The most populous nation in the LMI is nation 1, which isAlbania.”
Since conditional statements are not permitted, you can completethis by first using logical methods to determine the nation number.Then you may manually determine the name of the most and leastpopulous nations based on that number and type it into the fprintfstatement.
6 – Project what could happen if input of plastics increases,decreases, or stays the same. With a user defined growth rate (havethe user input the percent of increase and decrease in two separateinput statements), use the total mismanaged plastic per year foryour individual economic income statuses (found in part 4) topredict the total mismanaged plastic per year for 2011-2050. Plotthe three lines in a single plot if the annual rate were to:
Your plot must be properly labeled. Use the following formulas(be careful of units)
Future growth=1+annual rateyears
Future value=Future growth*Current value
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply