How to import my excel sheet?

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 commentaire

Walter Roberson
Walter Roberson le 22 Fév 2014
What is a "serial number name" for your purpose?

Connectez-vous pour commenter.

Réponses (1)

Image Analyst
Image Analyst le 22 Fév 2014

0 votes

Did you see xlsread()?
[numbers, textData, rawData] = xlsread(fullFileName);

Community Treasure Hunt

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

Start Hunting!

Translated by