[Master Index]
[Index for export/brede]
brede_mat_add
(export/brede/brede_mat_add.m)
Function Synopsis
C = brede_mat_add(A, B)
Help text
brede_mat_add - Add two matrices from 'Mat' structures
function C = brede_mat_add(A, B)
Input: A 'Mat' structure or numerical matrix
B 'Mat' structure or numerical matrix
Output: C 'Mat' structure
This function will add two matrices (C = A+B)
If the columns contains strings then the columns will be
added so the columns corresponding to the same strings are
added. This will make the number of columns at least as large
as the largest matrix.
See also BREDE, BREDE_MAT, BREDE_MAT_MINUS, BREDE_MAT_PRODUCT,
BREDE_MAT_TRANSPOSE.
$Id: brede_mat_add.m,v 1.5 2005/05/31 15:15:27 fnielsen Exp $
Cross-Reference Information
This function calls
- brede export/brede/brede.m
Produced by mat2html on Fri Jun 20 17:43:05 2008
Cross-Directory links are: OFF