


brede_roi_roi2html - Convert 'roi' structure to HTML
brede_roi_roi2html(R, 'PropertyName', 'PropertyValue')
Input: R 'Roi' structure
Property: Bib 'Bib' structures
Output [ {files} | summary ]
Output: s HTML string
Construct a set of HTML files from the information in the 'roi'
structures each containing information about a brain region.
If 'output'='summary' then strings will be returned with HTML
formatting of the individual structures and no files are
written.
Example:
froi = fullfile(fileparts(which('brede')), 'xml', 'worois.xml');
R = brede_read_xml(froi, 'output', 'collapsesecond');
brede_roi_roi2html(R)
% With access to wobibs.mat
load wobibs
brede_roi_roi2html(R, 'Bib', B)
See also BREDE, BREDE_ROI, BREDE_BIB, BREDE_ROI_ROI2HTML_ALPHA,
BREDE_ROI_ROI2HTML_HAM, BREDE_ROI_ROI2HTML_TZOUR,
BREDE_URL_COCOMACSITE, BREDE_URL_IBVDNAME.
$Id: brede_roi_roi2html.m,v 1.19 2006/07/05 15:10:34 fn Exp $