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 views (last 30 days)
aa=xlsread('G:\test.xlsx');

Answers (1)

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

Products


Release

R2014a

Community Treasure Hunt

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

Start Hunting!