Finding the maximum value from multiple excel files

9 Ansichten (letzte 30 Tage)
Zarif Feroze
Zarif Feroze am 26 Jan. 2021
Kommentiert: David Hill am 26 Jan. 2021
I have been assigned a task to find the maximum values from each of many excel files that i have been provided with. Not sure how to do that as i am new to matlab. It would be great if someone could help
  3 Kommentare
Zarif Feroze
Zarif Feroze am 26 Jan. 2021
There are multiple rows and columns. Same number of rows and columns. Numeric content except for the heading. The files are in the same folder. All i need to do is find the max value FOR EACH EXCEL SPREADSHEET.
David Hill
David Hill am 26 Jan. 2021
a=max(readmatrix('spreadsheet.xls'),[],'all');%give you max of read spreadsheet

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by