[Master Index]
[Index for export/brede]
brede_html_list
(export/brede/brede_html_list.m)
Function Synopsis
O = brede_html_list(S, varargin)
Help text
brede_html_list - Make a HTML with a list
brede_html_list(S, 'PropertyName', 'PropertyValue')
Input: S Cell array
Output: O Output, (string with HTML)
Property: DirectoryBar [ {-} | a string or cellstring ]
Filename [ {list.html} | a string ]
Header Cell strings with headers.
Output [ {file} | string ]
Title [ {List} | a string ]
HTML page with list. Each entry in the cell array is display in
its own column. The entries in the cell array should have the
same length.
Example:
S{1} = [ 1 2 3 ];
S{2} = { 'A' 'B' 'C' };
brede_html_list(S);
web(['file:///' which('list.html')]);
See also BREDE, BREDE_HTML_OPEN_JERNE, BREDE_MAT_NOVELTY.
$Id: brede_html_list.m,v 1.6 2004/05/04 22:46:35 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