reduce the number of rows in dataset
조회 수: 3 (최근 30일)
이전 댓글 표시
I want to reduce my dataset from 6752691*9 matrix to 6000*9
댓글 수: 2
KSSV
2024년 2월 22일
Try
iwant = unique(data,'rows') ;
If there is anyother criteria to delete, it depends.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Matrices and Arrays에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!