Removing rows with empty values in table
이전 댓글 표시
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!
채택된 답변
추가 답변 (1개)
George Papazafeiropoulos
2022년 9월 26일
0 개 추천
AllHitMov(1:6393,:)=[];
카테고리
도움말 센터 및 File Exchange에서 Tables에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!