I have some data stored in different Microsoft Excel Worksheet (.xlsx) .
Now i want to ploat a graph by using these data (which are in different .xlsx) files.
How can i do this ?
means which language or platform i should use or any other help related to that.
I have some data stored in different Microsoft Excel Worksheet (.xlsx) . Now i
Share
Matlab has the built-in function
xlsreadwhich parses data from Excel files. Depending on how the files are organized, writing some code to read them all should be easy, and concatenating the matrices of data and plotting them is also pretty easy.