How to replace a string with another string in a Matlab table
Show older comments
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
Accepted Answer
More Answers (1)
Image Analyst
on 27 Aug 2015
1 vote
Look at the isnan() function and I'm sure you'll find the way.
Categories
Find more on Logical in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!