


brede_ta3_axes - Construct 3D Talairach axes
function h = brede_ta3_axes( ...
'PropertyName', 'PropertyValue')
Property: Color [ 1 0 0 ] Color of the axes
Position [ {Origo} | Wall ]
System [ {Talairach} | PAN ]
Output: h Graphic handle
This function constructs all four Talairach axes: The two
x-axes (at anterior and posterior commisure) and the y- and
z-axes. It is called from the brede_ta3_frame.
Right clicking on the constructed geometry produces a menu.
Examples:
brede_ta3_axes
% Or
brede_ta3_axes('Position', 'Wall')
brede_ta3_frame
brede_ta3_axes('system', 'PAN', 'color', [ 0 1 0]);
f = fileparts(which('spm'));
if f
f = fullfile(f, 'canonical/single_subj_T1');
T1 = brede_read_analyze(f);
brede_ta3_volsurf(T1, 'isoabsolute', 100000)
end
See also BREDE, BREDE_TA3_FRAME, BREDE_TA3_CONTOUR,
BREDE_TA3_GRID, BREDE_VTA_AXES, BREDE_LOC_XFORM.
$Id: brede_ta3_axes.m,v 1.10 2003/03/10 18:17:12 fnielsen Exp $