How to import my excel sheet?

1 次查看(过去 30 天)
Rizwana
Rizwana 2014-2-22
I would like to import my excel sheet in such a way that it should spilt my data in matrix,textdata in a cell array and character variable name representing serial number name like "AP" Thanks

回答(1 个)

Image Analyst
Image Analyst 2014-2-22
Did you see xlsread()?
[numbers, textData, rawData] = xlsread(fullFileName);

类别

Help CenterFile Exchange 中查找有关 Data Import from MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by