Changing <undefined> in a table to NA

13 次查看(过去 30 天)
Hello. I feel this should not be too hard but I still can't seem to figure it out. I have a 2500x14 table, in random spots throughout the table some are '<undefined>', I want to change all of those undefined to 'NA'. I tried working with isundefined but always end up with an error. Thank you in advance for the help!

采纳的回答

Cris LaPierre
Cris LaPierre 2020-5-29
I suggest trying to use fillmissing.
B = fillmissing(A,'constant','NA');
  3 个评论
Claire Hollow
Claire Hollow 2020-5-29
Never mind I got it working now. Thank you so much for the help!

请先登录,再进行评论。

更多回答(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