[Freesurfer] fsfast read_surf bug

2013-07-14 Thread Joseph Dien
I've been trying to use the read_surf.m Matlab function included in the Matlab folder of 5.3.0 on a Mac under Matlab 2013a. [vertex_coords, faces] = read_surf('fmcpr.sm5.fsaverage.lh.nii'); Undefined function or variable vertex_coords. Error in read_surf (line 77) vertex_coords =

Re: [Freesurfer] fsfast read_surf bug

2013-07-14 Thread Douglas Greve
Hi Joe, that is an overlay for a surface, not a surface itself. It just has a value for each vertex. A surface has geometry and neighborhood info. Try using MRIread.m instead. doug On 7/14/13 3:57 PM, Joseph Dien wrote: I've been trying to use the read_surf.m Matlab function included in the