Delete rows or column with NaN for a cell array
Show older comments
I really thanks in advance any help. How can I delete NaN's of column from the cell attached as example file here.
Thanks
Accepted Answer
More Answers (1)
Pruthvi G
on 12 Mar 2020
Data(cellfun(@(cell) any(isnan(cell(:))),Data))={''};
Categories
Find more on Resizing and Reshaping Matrices 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!