Delete rows or column with NaN for a cell array
Mostra commenti meno recenti
I really thanks in advance any help. How can I delete NaN's of column from the cell attached as example file here.
Thanks
Risposta accettata
Più risposte (1)
Pruthvi G
il 12 Mar 2020
Data(cellfun(@(cell) any(isnan(cell(:))),Data))={''};
Categorie
Scopri di più su NaNs in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!