Question: Given the file Project_File.txt, create a Matlab script that does the following: 1) Read the .txt file and change it to a .xslx (excel) where
Given the file \"Project_File.txt\", create a Matlab script that does the following: 1) Read the .txt file and change it to a .xslx (excel) where it does not include any text and the information is organized by columns located in different cells. 2) Make a line graph where the \"x\" axis for all graphs is time while the axis \"And\" is each of the columns. All graphs must be in the same figure. 3) Generate another figure where you ask the user which pair of columns they want to graph and what type of graph you want to do between the following: linear, vertical or pie (foot) bars. 4) All graphs must be completely edited in such a way as to facilitate their reading. 5) The program must return the maximum, minimum and average value of each of the columns. Additionally, it must return the maximum, minimum and average value of all the information delivered. These results must be saved in a text file called \"results.txt\". 6) The program must be built with the ability to be scalable to files with n rows and m columns.
file:
Time Day1 Day2 Day3 Day4 Day5 Day6 Day71 95.01 76.21 61.54 40.57 5.79 20.28 1.535 23.11 45.65 79.19 93.55 35.29 19.87 74.6810 60.68 1.85 92.18 91.69 81.32 60.38 44.5115 48.60 82.14 73.82 41.03 0.99 27.22 93.1820 89.13 44.47 17.63 89.36 13.89 19.88 46.60Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
