Delete rows or column with NaN for a cell array
显示 更早的评论
I really thanks in advance any help. How can I delete NaN's of column from the cell attached as example file here.
Thanks
采纳的回答
更多回答(1 个)
Pruthvi G
2020-3-12
Data(cellfun(@(cell) any(isnan(cell(:))),Data))={''};
类别
在 帮助中心 和 File Exchange 中查找有关 NaNs 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!