Re: [Freesurfer] Load normalized thickness into Matlab

2011-05-16 Thread Douglas N Greve
Hi Rene, you can load these with MRIread.m doug René Besseling wrote: > Dear all, > > I'd like to analyse some Freesurfer outputs in Matlab. I know it is > possible to load ./surf/lh.thickness into Matlab using read_curv, but > is it also possible to load normalized (and smoothed) thickness maps,

Re: [Freesurfer] Load normalized thickness into Matlab

2011-05-12 Thread Bruce Fischl
Hi Ren, you can use either MRIread.m or load_mgh.m to load them. cheers Bruce On Thu, 12 May 2011, René Besseling wrote: Dear all, I'd like to analyse some Freesurfer outputs in Matlab. I know it is possible to load ./surf/lh.thickness into Matlab using read_curv, but is it also possible to

[Freesurfer] Load normalized thickness into Matlab

2011-05-12 Thread René Besseling
Dear all, I'd like to analyse some Freesurfer outputs in Matlab. I know it is possible to load ./surf/lh.thickness into Matlab using read_curv, but is it also possible to load normalized (and smoothed) thickness maps, i.e. thickness maps registered to fsaverage, for vertex-wise comparison? I thoug