[Master Index]
[Index for export/brede]
brede_mat_mat2str
(export/brede/brede_mat_mat2str.m)
Function Synopsis
s = brede_mat_mat2str(M, varargin)
Help text
brede_mat_mat2str - Generate a string for a 'mat' structure
s = brede_mat_mat2str(M)
Input: M 'Mat' structure
Output: s string
This will generate a string describing the matrix in the 'mat'
structure. By default it will use the 'description' field of
the 'mat' structure.
Example:
M.matrix = rand(2,5)
brede_mat_mat2str(M)
M.description = 'Random numbers';
brede_mat_mat2str(M)
See also BREDE, BREDE_MAT, BREDE_STR.
$Id: brede_mat_mat2str.m,v 1.2 2005/10/20 15:22:17 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