READTABLE FUNCTION. NOT WORKING FOR ME.
13 ビュー (過去 30 日間)
古いコメントを表示
I am having issues reading the excel files..

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 で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!