Conversion to cellstr from double is not possible.

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 件のコメント

madhan ravi
madhan ravi 2018 年 11 月 6 日
Completely vague show how your code and if possible upload your file

サインインしてコメントする。

 採用された回答

KSSV
KSSV 2018 年 11 月 6 日

0 投票

To read xlsx file use:
[num,txt,raw] = xlsread(myfile) ;
The better is to use readtable
T = readtable(myfile)

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeData Type Conversion についてさらに検索

タグ

質問済み:

2018 年 11 月 6 日

回答済み:

2018 年 11 月 6 日

Community Treasure Hunt

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

Start Hunting!

Translated by