convert an empty cell to a string
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
NAFTALI HERSCOVICI
am 12 Jan. 2022
Kommentiert: NAFTALI HERSCOVICI
am 12 Jan. 2022
Hello,
I have this cell A={[NaN]} that I need to convert it into a string
Any ideas?
Thanks
0 Kommentare
Akzeptierte Antwort
Cris LaPierre
am 12 Jan. 2022
I guess it depends on what you want the empty string value to be. The code is straightforward enough.
A={[NaN]}
B = string(A)
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Type Conversion finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!