Dataset numel
Jump to navigation
Jump to search
Purpose
Returns a value of 1 for any dataset object.
Synopsis
D = numel(x);
Description
WARNING! This overloaded function always returns a value of 1 (one) for any DataSet object, regardless of the number of elements in the data field! This odd behavior is required by MATLAB for any user-defined object. To get the number of elements stored in the data field of a given DataSet object, use:
numel(x.data)