Delete rows or column with NaN for a cell array
Mostrar comentarios más antiguos
I really thanks in advance any help. How can I delete NaN's of column from the cell attached as example file here.
Thanks
Respuesta aceptada
Más respuestas (1)
Pruthvi G
el 12 de Mzo. de 2020
Data(cellfun(@(cell) any(isnan(cell(:))),Data))={''};
Categorías
Más información sobre NaNs en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!