|  |  |  |  |  |  |  |  |  | 
|  | ||||||||
|  |  |  |  | |||||
|  |  |  |  |  |  | |||
Category
Function
Stacks fields or series of fields.
Syntax
output = Stack(input, dimension);
Inputs
| Name | Type | Default | Description | 
|---|---|---|---|
| input | field, field series, or group | none | data to be stacked | 
| dimension | integer or string | 0 | dimension in which the data is to be stacked | 
Outputs
| Name | Type | Description | 
|---|---|---|
| output | field | stacked data | 
Functional Details
This module stacks a series of n-dimensional fields to form a single (n+1)-dimensional field. You can also use Stack to add a dimension to a single field (e.g., "stack" it from 2 dimensions to 3 dimensions). Note that Stack does not accept partitioned data as input.
| input | specifies the object(s) to be stacked.
The field(s) must have regular connections.
 | 
Components
All input components are propagated to the output.
Example Visual Program
ManipulateGroups.net
See Also
CollectSeries, Slice, Transpose
[ OpenDX Home at IBM | OpenDX.org ]