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 3: Line 3:
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:
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:


{| class="wikitable"
<div style="width:350px;column-count:3;-moz-column-count:3;-webkit-column-count:3">
|-
|
:minus (-)
:minus (-)
:plus (+)
:plus (+)
:times (.*)
:times (.*)
||
:rdivide (./)
:rdivide (./)
:ldivide (.\)
:ldivide (.\)
:double
:double
:single
:single
|}
</div>


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.
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.
Line 20: Line 17:
===Methods Defined or Overloaded for DataSet Objects===
===Methods Defined or Overloaded for DataSet Objects===


{| class="wikitable"
<div style="width:350px;column-count:2;-moz-column-count:2;-webkit-column-count:2">
|-
|
:[[dataset_cat|cat]]
:[[dataset_cat|cat]]
:[[dataset_delsamps|delsamps]]
:[[dataset_delsamps|delsamps]]
Line 34: Line 29:
:[[dataset_numel|numel]]     
:[[dataset_numel|numel]]     
:[[dataset_permute|permute]]
:[[dataset_permute|permute]]
||
:[[dataset_repmat|repmat]]   
:[[dataset_repmat|repmat]]   
:[[dataset_set|set]]       
:[[dataset_set|set]]       
Line 45: Line 39:
:[[dataset_unique|unique]]   
:[[dataset_unique|unique]]   
:[[dataset_vertcat|vertcat]]
:[[dataset_vertcat|vertcat]]
|}
</div>

Revision as of 17:32, 8 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
sortrows
squeeze
subsasgn
subsref
transpose
unique
vertcat