READTABLE FUNCTION. NOT WORKING FOR ME.

답변 (2개)

Sindhu Karri
Sindhu Karri 2020년 5월 29일

0 개 추천

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:
Steven Lord
Steven Lord 2020년 5월 29일

0 개 추천

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.

카테고리

태그

질문:

2020년 5월 26일

답변:

2020년 5월 29일

Community Treasure Hunt

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

Start Hunting!

Translated by