convert an empty cell to a string
21 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
NAFTALI HERSCOVICI
le 12 Jan 2022
Commenté : NAFTALI HERSCOVICI
le 12 Jan 2022
Hello,
I have this cell A={[NaN]} that I need to convert it into a string
Any ideas?
Thanks
0 commentaires
Réponse acceptée
Cris LaPierre
le 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)
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Data Type Conversion dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!