Clear Filters
Clear Filters

is NA the name as NaN?

9 views (last 30 days)
Aidan Goy
Aidan Goy on 7 Dec 2020
Answered: Walter Roberson on 7 Dec 2020
I have read in a csv file into a 406x9 matrix and one of the columns has a few values that are "NA", I want to replace these values with a number.
I have tried to use file(isnan(file))=0 to replace the NA values with 0 but when I run my code nothing happens and the NA values remain, so is NA different to NaN and therefor needs a different method to replace these NA values?

Answers (1)

Walter Roberson
Walter Roberson on 7 Dec 2020
https://www.mathworks.com/help/matlab/matlab_prog/clean-messy-and-missing-data-in-tables.html
shows dealing with NA

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!