Dataset numel: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
(Importing text file)
 
imported>Jeremy
(No difference)

Revision as of 16:02, 8 October 2008

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)

See Also

dataset/size