ismissing method is missing

조회 수: 16 (최근 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 CenterFile Exchange에서 Data Type Identification에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by