Home > brede > brede_ta3_bib.m

brede_ta3_bib

PURPOSE ^

brede_ta3_bib - Plot a bib in 3D Talairach space

SYNOPSIS ^

function hh = brede_ta3_bib(B, varargin)

DESCRIPTION ^

 brede_ta3_bib        - Plot a bib in 3D Talairach space

       function h = brede_ta3_bib(B, ...
           'PropertyName', 'PropertyValue')

       Input:    B   Bib structure

       Property: Color          [ 0.7 0.7 0.7 ] Color
                 DiffuseColor   [ {0} ] Diffuse color for the points
                 EmissiveColor  [ {0} ] Emissive color for the points
                 PointType      [ {cbox} | cdiamond | box | sphere |
                                plus ]
                 Position       [ {[0.1 0.1 -0.1]} ] Position of
                                Shadow (wall) and stalk
                 Scale          [ {1} ] Size of the points
                 TextureString  [ {''} ] A string rendered with
                                texture on points  
                 Url            [ {''} ] URL for point
                 Shadow         [ {[0.1 0.1 -0.1]} | none ] 
                 ShadowColor    Color of the shadow (wall)
                 Stalk          [ none | line | {box} ]
                 StalkGround    [ {-0.08} ] 
                 TextAbove      [ {} ] Cell of strings or a string
                 TextAboveColor [ {[0.1 0.1 0.1} ] 
                 TextAboveField [ {description} ] 
               (Some of these properties does not yet work!!!)

       This functions plots information from an 'bib' structure in 3D
       Talairach space. The 'bib' structure usually contains one or
       more 'exp' structure that each contain a list of 'loc'
       structures and the 3D points in these structures are plotted.  

       Pressing the right mousebutton will produce a menu with some
       information about the location and where its appearance can be
       changed. 

       Example: 
         f = fullfile(fileparts(which('brede')), 'xml', 'wobibs.xml');
         B = brede_read_xml(f, 'output', 'collapsesecond');
         brede_ta3_frame
         brede_ta3_bib(B(1:3))

       See also BREDE, BREDE_TA3, BREDE_BIB, BREDE_TA3_FRAME,
                BREDE_TA3_LOC.

 $Id: brede_ta3_bib.m,v 1.3 2009/05/13 08:12:49 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