How to remove rows in a cell array with a number of Nans major than a threshold
Show older comments
Hi guys, I have a cell array (see attached), and I want eliminate the row of the cell array, that contain a number of nan major than a threshold, ex 50, so if the cell in the cell array contain a number of NaN major of 50, i want to eliminate that row from the array. I tried different solutions, with cellfun but i did'nt understand how to set the treshold. Because for a matrix i did with function rmmissing, so I tried also this, but it does not work.
Accepted Answer
More Answers (0)
Categories
Find more on Cell Arrays in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!