Delete rows or column with NaN for a cell array
Ältere Kommentare anzeigen
I really thanks in advance any help. How can I delete NaN's of column from the cell attached as example file here.
Thanks
Akzeptierte Antwort
Weitere Antworten (1)
Pruthvi G
am 12 Mär. 2020
Data(cellfun(@(cell) any(isnan(cell(:))),Data))={''};
Kategorien
Mehr zu NaNs finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!