The trstats tree specifies all settings for the mroi2mat X-Function.
Syntax: trstats.Treenode:=<value>
Example:
Treenode | Label | Type | Default | Description |
---|---|---|---|---|
mean | Mean | int | 1 | Specify whether to generate the matrix object with mean value of the inside ROI from all objects. |
sd | SD | int | 0 | Specify whether to generate the matrix object with standard deviation value of the inside ROI from all objects. |
n | N | int | 0 | Specify whether to generate the matrix object with number of the objects in the source matrix sheet. |
min | Min | int | 0 | Specify whether to generate the matrix object with minimum value of the inside ROI from all objects. |
max | Max | int | 0 | Specify whether to generate the matrix object with maximum value of the inside ROI from all objects. |
median | Median | int | 0 | Specify whether to generate the matrix object with median value of the inside ROI from all objects. |
sum | Sum | int | 0 | Specify whether to generate the matrix object with sum value of the inside ROI from all objects. |