[Master Index] [Index for export/brede]

brede_ta3_frame

(export/brede/brede_ta3_frame.m)


Function Synopsis

hh = brede_ta3_frame(varargin)

Help text

 brede_ta3_frame      - Construct 3D Talairach Frame 

       function h = brede_ta3_frame('PropertyName', 'PropertyValue')

       Property: BackgroundColor   Default is [ 1 1 1 ]
                 FigureHandle      [ {gcf} | handle ]
                 Space             [ {talairach} | jerom ]
                 Visible           [ off | {on} ]

       Output: h    Graphic handle

       This function calls some other functions to construct a
       "default" frame of reference for the 3D Talairach plot.

       Right clicking on the mouse produces a popup menu where some
       extra visualization components can be added. The icons in the
       toolbar should be deselected for this operation.

       Components such as surfaces and points can be added with the
       other brede_ta3_* functions, eg, brede_ta3_loc will added
       Talairach points.

       Example:
         figure
         brede_ta3_frame

         % jerom_cmpr.img is a macaque in a ANALYZE file
         T1 = brede_read_analyze('jerom_cmpr')
         figure
         brede_ta3_frame('space', 'jerom');
         brede_ta3_volslice(T1)

       See also BREDE, BREDE_TA3, BREDE_TA3_AXES, BREDE_TA3_AXLABEL,
                BREDE_TA3_CONTOUR, BREDE_TA3_CONCORTEX,
                BREDE_TA3_DRURY, BREDE_TA3_EYES,  BREDE_TA3_GRID,
                BREDE_TA3_LOC, BREDE_TA3_VOLSLICE, BREDE_TA3_VOLSURF, 
                BREDE_READ_ANALYZE. 

 $Id: brede_ta3_frame.m,v 1.25 2005/10/19 11:12:24 fnielsen 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