How do i get rid of NaNs in matlab?
- by Paul
I have files which have many empty cells which appear as NaNs when i use cell2mat
but the problem is when i need to get the average values i cannot work with this as it shows error with NaN.
In excel it overlooks, how do i do the same in matlab?
thanks