


brede_bib_bib2html_stat - Generate HTML with descriptive statistics
function brede_bib_bib2html_stat(B, varargin)
Input: B 'Bib' structure.
Property: DirectoryBar HTML string or cellstring with the
information in the directory bar
This function generates an HTML page with descriptive
statistics about a 'bib' structure, eg, number of items, ...
The generated filename is 'index_bib_stat.html'. A number of
PNG image files is also generated with the names
index_bib_stat_*.png.
Example:
f = fullfile(fileparts(which('brede')), 'xml', 'wobibs.xml');
B = brede_read_xml(f, 'output', 'collapsesecond');
brede_bib_bib2html_stat(B)
web(['file://' fullfile(pwd, 'index_bib_stat.html')], '-browser')
See also BREDE, BREDE_BIB, BREDE_BIB_BIB2HTML,
BREDE_MAT_PLOT_COUNT.
$Id: brede_bib_bib2html_stat.m,v 1.17 2005/06/27 20:28:36 fnielsen Exp $