This is the simplest of the core objects. While
datamatrix and
grouping
carry information associated with samples, the
sampleset object merely stores
information about the identity of the samples. The idea is that it would be an enriched version of
a simple cell array.
Navigate to:
General Description
Class Structure
Class Construction
Class Functions
Each field can be accessed by the dot (.) operation, or by the GET function. The GET function can work on multiple
instances simultaneously. Most fields, except for those that are Dependent, can be modified using the dot (.)
operation, or by the SET function.
|
|
Field |
Description |
Type |
Default |
Dedicated Get/Set Function |
|
|
|
name |
name of object, should be short and used as identifier. This field will never be empty. |
string |
'unnamed' |
|
|
|
|
description |
verbal description of the class content. |
string |
'' |
|
|
|
|
source |
verbal description of the source of information. |
string |
'' |
|
|
|
|
sample_names |
cell array of length no_samples
listing the names of all samples.
|
cell vector |
{} |
samplenames |
|
|
Dependent |
no_samples |
number of samples. Set to zero for void objects.
|
integer scalar |
0 |
nosamples |
|