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 次查看(过去 30 天)
aa=xlsread('G:\test.xlsx');

回答(1 个)

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

标签

产品


版本

R2014a

Community Treasure Hunt

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

Start Hunting!

Translated by