convert an empty cell to a string
22 ビュー (過去 30 日間)
古いコメントを表示
NAFTALI HERSCOVICI
2022 年 1 月 12 日
コメント済み: NAFTALI HERSCOVICI
2022 年 1 月 12 日
Hello,
I have this cell A={[NaN]} that I need to convert it into a string
Any ideas?
Thanks
0 件のコメント
採用された回答
Cris LaPierre
2022 年 1 月 12 日
I guess it depends on what you want the empty string value to be. The code is straightforward enough.
A={[NaN]}
B = string(A)
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Data Type Conversion についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!