ismissing method is missing
2 次查看(过去 30 天)
显示 更早的评论
Hello! I have a dataset (class) A with some missing data (NaN, '' and such.) According to the dataset class description there is supposed to be a method called ismissing disigned to find these rows. Unfortunately I get:
I = ismissing(A)
Undefined function 'ismissing' for input arguments of type
'dataset'.
Has anybody had this problem before? It seems most of the other methods listed in http://www.mathworks.se/help/stats/datasetclass.html works.
Weird! Thankful for any suggestions.
回答(1 个)
evilsis
2016-10-12
I have the exact same problem. I get "Undefined function or variable 'ismissing'." I use version R2016a, Statistics and Machine Learning Toolbox Version 10.2 Anyone have a solution?
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Preprocessing 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!