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!