[Master Index]
[Index for export/brede]
brede_exp_exp2html
(export/brede/brede_exp_exp2html.m)
Function Synopsis
O = brede_exp_exp2html(E, varargin)
Help text
brede_exp_exp2html - Write 'exp' structures to HTML files
O = brede_exp_exp2html(E, 'PropertyName', 'PropertyValue')
Input: E 'Exp' structure
Property: DirectoryBar String or cell string for line below
title bar
Distances 'Mat' structure with precomputed distance
matrix
Generate Determines which components should be
constructed.
Output [ file | {files} | filename_html | summary ]
VoxelizationSigma [ {0.01} | LOOCV ] Standard
deviation of the voxelization kernel.
Output: O HTML text if 'output'='summary'
This function writes one or more 'exp' structures to HTML
files. Each 'exp' structure is written to its individual HTML
file.
When the 'VoxelizationSigma' is 'LOOCV' the kernel width will
be determined by leave-one-out cross-validation. 0.01 denotes
a kernel width of 1cm standard deviation.
The arguments to the 'generate' property is collected in a
cellstr, eg, { 'asymmetry' 'related' 'cornercube' }. Possible
values are { 'antirelated' 'asymmetry' 'cornercube'
'cornercube_link' 'index_alphabetic' 'index_asymmetry'
'index_ica' 'index_svd' 'index_woexp' 'locations' 'related'
'volume_spm99_default_mni_sym' 'vrml' };
Example:
f = fullfile(fileparts(which('brede')), 'xml', 'wobibs.xml');
B = brede_read_xml(f, 'output', 'collapsesecond');
E = brede_bib_bib2exp(B);
brede_exp_exp2html(E)
See also BREDE, BREDE_EXP, BREDE_BIB_BIB2HTML,
BREDE_HTML_VOL2HTML, BREDE_LOC_LOC2HTML,
BREDE_LOC_LOC2VOL.
$Id: brede_exp_exp2html.m,v 1.37 2006/09/22 16:32:58 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