convert an empty cell to a string
21 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
NAFTALI HERSCOVICI
el 12 de En. de 2022
Comentada: NAFTALI HERSCOVICI
el 12 de En. de 2022
Hello,
I have this cell A={[NaN]} that I need to convert it into a string
Any ideas?
Thanks
0 comentarios
Respuesta aceptada
Cris LaPierre
el 12 de En. de 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)
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Type Conversion en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!