Delete rows or column with NaN for a cell array
Afficher commentaires plus anciens
I really thanks in advance any help. How can I delete NaN's of column from the cell attached as example file here.
Thanks
Réponse acceptée
Plus de réponses (1)
Pruthvi G
le 12 Mar 2020
Data(cellfun(@(cell) any(isnan(cell(:))),Data))={''};
Catégories
En savoir plus sur NaNs dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!