


brede_spm99_table2loc - Convert result table to locations
L = brede_spm99_table2loc(A, 'PropertyName', 'PropertyValue')
Input: A Table from SPM99
Output: L 'Loc' structure
Reads the values from a SPM99 result window table.
'pValue' field is set to the corrected voxel value and 'value'
is set to the equivalent 'Z' statistics.
Example:
% In the SPM99 result control window, press 'volume' or
% 'cluster' (in the 'p-values' section). Then right
% click in the table 'Extract table data structure'
% The structure now appears and the 'ans' variable in the
% workspace
L = brede_spm99_table2loc(ans)
See also BREDE, BREDE_LOC.
$Id: brede_spm99_table2loc.m,v 1.1 2002/05/23 14:12:26 fnielsen Exp $