Azzera filtri
Azzera filtri

READTABLE FUNCTION. NOT WORKING FOR ME.

5 visualizzazioni (ultimi 30 giorni)
Ashimolowo Toyosi
Ashimolowo Toyosi il 26 Mag 2020
Risposto: Steven Lord il 29 Mag 2020
I am having issues reading the excel files..

Risposte (2)

Sindhu Karri
Sindhu Karri il 29 Mag 2020
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 il 29 Mag 2020
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.

Community Treasure Hunt

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

Start Hunting!

Translated by