why reading .xls file using xlsread returns empty variables?
Afficher commentaires plus anciens
Hello
I have some data in a .xls file. the file content is four colunms. the first row is a header then all others are numbers.
I tried to simply use
[ndata, text, alldata] = xlsread(filename)
but it does not return anything
ndata =
[]
text =
0×0 empty cell array
alldata =
1×1 cell array
{[NaN]}
How can I solve this problem?
Thanks!
4 commentaires
KSSV
le 20 Nov 2020
Try readtable.
Nora Khaled
le 20 Nov 2020
Mathieu NOE
le 20 Nov 2020
can you share your excel file ?
Nora Khaled
le 20 Nov 2020
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Spreadsheets dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!