Hello all, I met this problem when attempting to import the Freesurfer anatomy folder of one participant:
** Error: Line 160: Index exceeds matrix dimensions.
**
** Call stack:
** >mri_histogram.m at 160
** >in_mri_bst.m at 50
** >bst_memory.m>LoadMri at 111
** >bst_memory.m at 72
** >panel_surface.m>AddSurface at 1111
** >panel_surface.m at 38
** >view_mri.m at 171
** >import_anatomy_fs.m at 249
** >import_anatomy.m at 50
** >bst_call.m at 28
** >tree_callbacks.m>@(h,ev)bst_call(@import_anatomy,iSubject) at 538
**
This error appeared after I set the vertices and during updating MRI display.
This erorr only happened to this one particular participant, although the recon-all results looked fine in Freesurfer.
I've also tried to load individual surfaces, and the save error happened.
What could be the cause of this problem?Thanks!