How to replace a string with another string in a Matlab table
Mostrar comentarios más antiguos
Hi,
I have a table that has 'N/A' in some of the column cells. I want to replace 'N/A' by ''. Would anyone tell me how to do that?
Thanks,
Jennifer
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 27 de Ag. de 2015
1 voto
Look at the isnan() function and I'm sure you'll find the way.
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!