How to replace a string with another string in a Matlab table
Afficher commentaires plus anciens
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
Réponse acceptée
Plus de réponses (1)
Image Analyst
le 27 Août 2015
1 vote
Look at the isnan() function and I'm sure you'll find the way.
Catégories
En savoir plus sur Logical dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!