How to convert cell array with Nan to a double array with Nan=0?
5 次查看(过去 30 天)
显示 更早的评论
I have imported data with NaN and other values all in one column. I need to convert this into a double array where all of NaNs are set to zero. Please help! Thanks!