Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Accessing data from multiple excel files and loading it into a single variable

1 Ansicht (letzte 30 Tage)
Sandeep Nair
Sandeep Nair am 26 Dez. 2018
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
I want to load data of multiple data from multiple excel files and load it into a single variable so that i can perform operation on the whole data and get a single value
Suppose there are 3 excel files with 100*20 values
I want to load the data in a single variable such that it becomes 300*20 and then i can perform operation on each column or row

Antworten (1)

madhan ravi
madhan ravi am 26 Dez. 2018
  1 Kommentar
Sandeep Nair
Sandeep Nair am 26 Dez. 2018
Bearbeitet: Sandeep Nair am 26 Dez. 2018
Dear Madhan,
This is not what am looking for
If files 1 contains data as 1 2 3 ,file 2 contains data as 4 5 6 ,file 3 contains data as 7 8 9
i want a single variable with
1 2 3
4 5 6
7 8 9
and not in different cell arrays,i want these values in one single cell array and in one cell

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by