Home > brede > brede_loc_loc2tex.m

brede_loc_loc2tex

PURPOSE ^

brede_loc_loc2tex - Loc structure to LaTeX

SYNOPSIS ^

function s = brede_loc_loc2tex(L, varargin)

DESCRIPTION ^

 brede_loc_loc2tex    - Loc structure to LaTeX

       s = brede_loc_loc2tex(L)

       Input:    L        'Loc' structures

       Property: Caption  [ {} | a string ] Caption for the LaTeX table.
                 Fields   [ { { 'coord' } } | a cellstring ] Field
                          names referring to the fields of the 'L'
                          'loc' input structure. 'coord',
                          'lobarAnatomy', 'numberOfVoxels', 'value',
                          'pValue', 'pValueCorrected'
                          'pValueVoxelCorrected' and
                          'pValueVoxelUncorrected' are presently
                          implemented  
                 LatexTableType [ {table} | table* ]

       Output:   s    LaTeX code as string

       Convert 'loc' structure to LaTeX format: A table is
       constructed with coordinate information.

       Example: 
         L.coord = [ 10 20 30 ] / 1000;
         brede_loc_loc2tex(L)

       See also BREDE, BREDE_LOC, BREDE_STRUCT_GETELEMENT,
                BREDE_TEX_LIST.

 $Id: brede_loc_loc2tex.m,v 1.7 2009/08/07 14:26:42 fn Exp $

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 27-Nov-2009 18:11:22 by m2html © 2005