- Create A File That Contains At Least 10 Columns And 30 Rows Then Create A Script In Matlab That Does The Following 1 1 (76.15 KiB) Viewed 14 times
Create a file that contains at least 10 columns and 30 rows. Then create a script in Matlab that does the following: 1)
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Create a file that contains at least 10 columns and 30 rows. Then create a script in Matlab that does the following: 1)
Create a file that contains at least 10 columns and 30 rows. Then create a script in Matlab that does the following: 1) Read the ".txt file where it does not include any text (so row 1 must be deleted) and the information is organized by columns. 2) Make a linear graph where the "x" axis for all graphs is time (column 1) while the "y" axis is each of the columns. All graphs must be in the same figure. 3) Generate another figure where you ask the user what type of chart you want to make among the following: linear, vertical bars or horizontal bars. Ask which column(s) you want to graph. 4) All graphs must be completely edited in such a way as to make it easier to read. 5) The program must return the maximum, minimum and average value of each of the columns. In addition, you must return the maximum, minimum and average value of all the information provided. These results must be presented in a text file called "results.txt" of Automatically. 6) The program must be built with the ability to be scalable to files with n rows and n Columns (please imagine that the file is giant. Ex: 10,000 rows and 10,000 columns).