[Master Index] [Index for export/brede]

brede_roi_roi2html

(export/brede/brede_roi_roi2html.m)


Function Synopsis

sout = brede_roi_roi2html(R, varargin)

Help text

 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 $

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