필터 지우기
필터 지우기

how to delete some unwanted data from a large nomber of data?

조회 수: 2 (최근 30일)
Totanly
Totanly 2013년 10월 23일
댓글: Jan 2014년 2월 22일
I have a large number of data. some unwanted data are also present. How to delete those column containing the unwanted data?

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2013년 10월 23일
A=rand(10)
%If you want to delete column [1 3 5]
A(:,[1 3 5])=[]
  댓글 수: 5
Azzi Abdelmalek
Azzi Abdelmalek 2014년 2월 22일
No, my answer was flaged!
Jan
Jan 2014년 2월 22일
@Azzi: I've removed the flag and accepted the answer.

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

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by