DevelopmentalImagingMCRI / freesurfer_statsurf_display

Displays regional stats on Freesurfer surfaces in MATLAB
GNU General Public License v3.0
15 stars 1 forks source link

what is the option for different colorbar? #4

Closed wangkangcheng closed 4 years ago

wangkangcheng commented 4 years ago

Hi Can I change the default colorbar to another one in freesurfer_statsurf_p ? thanks

P = cell(1, 2); T = cell(1, 2);

for z = 1:2 P{z} = rand(31, 1) 0.075; T{z} = rand(31, 1) 5 - 3; end

freesurfer_statsurf_p(P, T, 'dkt','MainTitle','test','NoLabels',true,'SurfType','inflated');

chrisadamsonmcri commented 4 years ago

Added the 'PosColorCMAP' and 'NegColorCMAP' options in freesurfer_statsurf_p