How can I import Excel data in a cell array?

답변 (1개)

KSSV
KSSV 2016년 10월 18일

0 개 추천

[num,txt,raw] = xlsread('your excel file') ;
raw would be a cell array.
doc xlsread

카테고리

도움말 센터File Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기

태그

질문:

2016년 10월 18일

답변:

2016년 10월 18일

Community Treasure Hunt

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

Start Hunting!

Translated by