How can I import Excel data in a cell array?

Antworten (1)

KSSV
KSSV am 18 Okt. 2016

0 Stimmen

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

Kategorien

Tags

Gefragt:

am 18 Okt. 2016

Beantwortet:

am 18 Okt. 2016

Community Treasure Hunt

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

Start Hunting!

Translated by