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!