Removing rows with empty values in table
Ältere Kommentare anzeigen
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!
Akzeptierte Antwort
Weitere Antworten (1)
George Papazafeiropoulos
am 26 Sep. 2022
0 Stimmen
AllHitMov(1:6393,:)=[];
Kategorien
Mehr zu Tables 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!