Removing rows with empty values in table
Mostrar comentarios más antiguos
Hello! I have the table attached ('egAllHitMov') which has missing values in the first 6393 rows showing as []. I tried the following line to remove them:
AllHitMov = rmmissing(AllHitMov);
But it does not work, and also does not give me an error. Do you know how I can create a new table without these lines?
Thank you!
Respuesta aceptada
Más respuestas (1)
George Papazafeiropoulos
el 26 de Sept. de 2022
0 votos
AllHitMov(1:6393,:)=[];
Categorías
Más información sobre Tables 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!