[Master Index]
[Index for export/brede]
brede_mat_transpose
(export/brede/brede_mat_transpose.m)
Function Synopsis
Mout = brede_mat_transpose(Min)
Help text
brede_mat_transpose - Transpose a 'Mat' structure
function Mout = brede_mat_transpose(Min)
Input: Min 'Mat' structure or numerical matrix
Output: Mout 'Mat' structure
This function transpose the matrix in the 'Mat' structure
Example:
M = [ 0 1 ; 2 3 ]
Mt = brede_mat_transpose(M);
Mt.matrix
See also BREDE, BREDE_MAT, BREDE_MAT_MAT2MAT,
BREDE_MAT_PRODUCT, BREDE_UI_MAT.
$Id: brede_mat_transpose.m,v 1.7 2005/11/11 13:26:47 fnielsen Exp $
Cross-Reference Information
This function calls
This function is called by
Produced by mat2html on Fri Jun 20 17:43:05 2008
Cross-Directory links are: OFF