필터 지우기
필터 지우기

Removing NAN values from the table and deleting it.

조회 수: 116 (최근 30일)
Shelender Kumar
Shelender Kumar 2018년 11월 17일
댓글: Walter Roberson 2021년 5월 3일
Hi
I have a table which is arrranged in susch a waym that it has one row of data and other row which contain NAN and so on, I want to get rid of NAN and aferwards deleting it.
Could you help me with this.

채택된 답변

madhan ravi
madhan ravi 2018년 11월 17일
편집: madhan ravi 2018년 11월 17일
rmmissing(T) %deletes row containing nan where T your table
  댓글 수: 16
madhan ravi
madhan ravi 2018년 11월 19일
Thank you sir Walter , have to familiarise with any and all it‘s slightly confusing :)
Talha Idrees
Talha Idrees 2021년 5월 2일
not works

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

추가 답변 (1개)

ahmed nebli
ahmed nebli 2018년 11월 17일
use this : (isnan(X)) = [] % X is the table
  댓글 수: 5
Talha Idrees
Talha Idrees 2021년 5월 2일
not works
Walter Roberson
Walter Roberson 2021년 5월 3일
not works
Magik 8-Ball says:
Concentrate and ask again

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

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by