READTABLE FUNCTION. NOT WORKING FOR ME.
6 次查看(过去 30 天)
显示 更早的评论
I am having issues reading the excel files..
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/301903/image.png)
0 个评论
回答(2 个)
Sindhu Karri
2020-5-29
Hii,
It seems like Examples folder which contains .xlsx folder is not added to path.I recommend you to add the folder to path by right cliking on Examples folder .
Refer to below link:
0 个评论
Steven Lord
2020-5-29
You're trying to read a file with the extension xlxs.
The file you've highlighted in the Current Folder window has the extension xlsx.
>> isequal('xlxs', 'xlsx')
ans =
logical
0
Swap the last two letters.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Import and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!