How to read excel file in matlab. my excel file contains alphanumerical data in 1 column and numerical data in other, i am trying to read complete file, but in result ,i am getting only numerical data.please help

2 Ansichten (letzte 30 Tage)
aa=xlsread('G:\test.xlsx');

Antworten (1)

Dennis
Dennis am 30 Jul. 2018
[num, txt, everything]=xlsread('G:\test.xlsx');

Produkte


Version

R2014a

Community Treasure Hunt

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

Start Hunting!

Translated by