How to import my excel sheet?

2 visualizzazioni (ultimi 30 giorni)
Rizwana
Rizwana il 22 Feb 2014
Risposto: Image Analyst il 22 Feb 2014
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 Commento
Walter Roberson
Walter Roberson il 22 Feb 2014
What is a "serial number name" for your purpose?

Accedi per commentare.

Risposte (1)

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

Categorie

Scopri di più su Data Import from MATLAB in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by