How to replace a string with another string in a Matlab table
Ältere Kommentare anzeigen
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
Akzeptierte Antwort
Weitere Antworten (1)
Image Analyst
am 27 Aug. 2015
1 Stimme
Look at the isnan() function and I'm sure you'll find the way.
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!