Clear Filters
Clear Filters

How can I import Excel data in a cell array?

3 views (last 30 days)
Sherwin
Sherwin on 18 Oct 2016
Answered: KSSV on 18 Oct 2016
hi, I have a cell array as I

Answers (1)

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

Categories

Find more on Data Import from MATLAB in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!