How to import xlsx. files into matlab
10 次查看(过去 30 天)
显示 更早的评论
i'm using matlab 2014b, and i'm trying to import data from xlsx. files. the problem is none of data the xlsx. files i tried wasn't recognized by matlab (it shows like the spreadsheet is blank), so i couldn't choose tables or columns to import using "import data".
can you figure out what the problem is? do i need to configure something in excel for matlab to recognize the data?
thanks.
0 个评论
回答(2 个)
Star Strider
2015-3-13
Use the xlsread function. You have to have Excel installed on your computer.
1 个评论
Gaella Munyawera
2020-5-14
How can we do if we dont have excell ? and when we use the online version? Thank you .
Chaitanya Bade
2017-3-31
Why is not this code working in matlab? Any help would be highly appreciated [TIMESTEPS,XDATA] = importfile('90.xlsx','Sheet1',2,1601);
2 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!