필터 지우기
필터 지우기

reduce the number of rows in dataset

조회 수: 4 (최근 30일)
Alyaa Ghazi
Alyaa Ghazi 2024년 2월 21일
댓글: KSSV 2024년 2월 22일
I want to reduce my dataset from 6752691*9 matrix to 6000*9
  댓글 수: 2
Dyuman Joshi
Dyuman Joshi 2024년 2월 22일
Delete the rows using the indices.
KSSV
KSSV 2024년 2월 22일
What the criteria to reduce? You mayc heck options like unique.
Try
iwant = unique(data,'rows') ;
If there is anyother criteria to delete, it depends.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by