Conversion to cellstr from double is not possible.
3 ビュー (過去 30 日間)
古いコメントを表示
I am importing an xlsx file and continue to get the following message:
Error using cellstr (line 49) Conversion to cellstr from double is not possible.
In a broad sense could someone explain what this is indicating?
1 件のコメント
採用された回答
KSSV
2018 年 11 月 6 日
To read xlsx file use:
[num,txt,raw] = xlsread(myfile) ;
The better is to use readtable
T = readtable(myfile)
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Cell Arrays についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!