


brede_mat_mat2html - Convert 'mat' structure to HTML
s = brede_mat_mat2html(M)
Input: M 'Mat' structure
Property: Caption String with caption that is added to the
HTML table
File Filename or file handle
Output: s HTML string
Convert and 'mat' structure to a HTML string - or write it to
an HTML file.
Example:
X = rand(12,5);
Y = randn(size(X,1), 10);
M = brede_mat_glm(X, Y, 'C', [ 1 -1 0 0 0]);
brede_mat_mat2html(M, 'file', 'nulltest.html')
See also BREDE, BREDE_MAT, BREDE_MAT_2MAT2HTML, BREDE_UI_MAT.
$Id: brede_mat_mat2html.m,v 1.6 2007/06/27 18:07:02 fn Exp $