Conversion to cellstr from double is not possible.

3 ビュー (過去 30 日間)
Maddison Wagner
Maddison Wagner 2018 年 11 月 6 日
回答済み: KSSV 2018 年 11 月 6 日
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 日
To read xlsx file use:
[num,txt,raw] = xlsread(myfile) ;
The better is to use readtable
T = readtable(myfile)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCell Arrays についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by