combine.streams: Combine output from aldex streams (internal only)
Description
Takes a list l, where every element is itself a list of 3D arrays. Each
array should have matching first and second dimentions. This function
combines those arrays along the third dimension.
Usage
combine.streams(l)
Value
a list of 3D arrays
Arguments
l
a list, where every element is itself a list of 3D arrays.