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 visualizaciones (últimos 30 días)
aa=xlsread('G:\test.xlsx');

Respuestas (1)

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

Etiquetas

Productos


Versión

R2014a

Community Treasure Hunt

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

Start Hunting!

Translated by