Removing NAN values from the table and deleting it.

90 次查看(过去 30 天)
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 :)

请先登录,再进行评论。

更多回答(1 个)

ahmed nebli
ahmed nebli 2018-11-17
use this : (isnan(X)) = [] % X is the table
  5 个评论

请先登录,再进行评论。

类别

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