ismissing method is missing

2 ビュー (過去 30 日間)
Erik Lorentzen
Erik Lorentzen 2013 年 6 月 12 日
回答済み: evilsis 2016 年 10 月 12 日
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 件のコメント
Ahmed
Ahmed 2013 年 6 月 12 日
does the following work?
A = dataset;
ismissing(A)

サインインしてコメントする。

回答 (1 件)

evilsis
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?

カテゴリ

Help Center および File ExchangeData Preprocessing についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by