Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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

조회 수: 1 (최근 30일)
Sandeep Nair
Sandeep Nair 2018년 12월 26일
마감: MATLAB Answer Bot 2021년 8월 20일
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

답변 (1개)

madhan ravi
madhan ravi 2018년 12월 26일
  댓글 수: 1
Sandeep Nair
Sandeep Nair 2018년 12월 26일
편집: Sandeep Nair 2018년 12월 26일
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

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by