


brede_mat_sum - Row and column sum of matrix
Input: Min 'Mat' structure
Property: Type [ {ColumnSum} | RowSum ]
Output: Mout 'Mat' structure
The row or column sum of a matrix. Non-a-numbers (NaN) are
ignored.
'Type'='ColumnSum' results in a row vector while
'Type'='RowSum' results in a column vector.
Example:
brede_mat_sum(rand(5,10), 'type', 'columnsum')
See also BREDE, BREDE_MAT, BREDE_MAT_CENTER, BREDE_MAT_MEAN,
BREDE_MAT_SCALE.
$Id: brede_mat_sum.m,v 1.4 2008/07/11 11:06:58 fn Exp $