| The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |

Home MathPack Matrix Class TMat4D Methods MeanOfLayersToMatrix |
|||||||||
| See also: CopyLayerToMatrix, StdDevOfLayersToMatrix | |||||||||
MeanOfLayersToMatrix |
|||||||||
The method MeanOfLayersToMatrix calculates the mean of several two-dimensional submatrices and copies the result into the matrix DestMat. The range of each submatrix is specified by the parameters LowCol, HighCol, LowRow, and HighRow. The averaged submatrices are specified by the parameters LowLayer, HighLayer, LowTimeSlot, and HighTimeSlot. As a shortcut, setting both the Low.... and High.... parameters to zero is equal to processing the entire range of available columns/rows/layers/time slots. The destination matrix DestMat is automatically resized to accomodate to the number of processed data cells.
|
|||||||||