Filter löschen
Filter löschen

ismissing method is missing

1 Ansicht (letzte 30 Tage)
Erik Lorentzen
Erik Lorentzen am 12 Jun. 2013
Beantwortet: evilsis am 12 Okt. 2016
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 Kommentar
Ahmed
Ahmed am 12 Jun. 2013
does the following work?
A = dataset;
ismissing(A)

Melden Sie sich an, um zu kommentieren.

Antworten (1)

evilsis
evilsis am 12 Okt. 2016
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?

Kategorien

Mehr zu Numeric Types finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by