Removing rows with empty values in table
Mostra commenti meno recenti
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!
Risposta accettata
Più risposte (1)
George Papazafeiropoulos
il 26 Set 2022
0 voti
AllHitMov(1:6393,:)=[];
Categorie
Scopri di più su Tables 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!