Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

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

1 vue (au cours des 30 derniers jours)
Sandeep Nair
Sandeep Nair le 26 Déc 2018
Clôturé : MATLAB Answer Bot le 20 Août 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

Réponses (1)

madhan ravi
madhan ravi le 26 Déc 2018
  1 commentaire
Sandeep Nair
Sandeep Nair le 26 Déc 2018
Modifié(e) : Sandeep Nair le 26 Déc 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

Cette question est clôturée.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by