DataSet Object Methods: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
No edit summary
imported>Jeremy
No edit summary
Line 31: Line 31:
:[[dataset_set|set]]       
:[[dataset_set|set]]       
:[[dataset_size|size]]     
:[[dataset_size|size]]     
:[[dataset_sortby|sortby]]
:[[dataset_sortcols|sortcols]]
:[[dataset_sortrows|sortrows]]  
:[[dataset_sortrows|sortrows]]  
:[[dataset_squeeze|squeeze]]   
:[[dataset_squeeze|squeeze]]   

Revision as of 11:01, 13 October 2008

In addition to the specific methods listed below, a number of standard MATLAB functions are overloaded for DataSet objects but otherwise work as documented for standard data types. The following methods operate on the underlying data field of a DataSet object only and have no effect on any other fields:

minus (-)
plus (+)
times (.*)
rdivide (./)
ldivide (.\)
double
single

To get help on any DataSet object method, use the command: help dataset/method where method is the name of the method for which you want help.

Methods Defined or Overloaded for DataSet Objects

cat
delsamps
disp
explode
get
horzcat
isempty
length
ndims
numel
permute
repmat
set
size
sortby
sortcols
sortrows
squeeze
subsasgn
subsref
transpose
unique
vertcat