Hi FS folks
I was trying to use the load_segstats function to read aseg.stats and wmparc.stats
It works well will these files but I get the following error if I try to read lh.aparc.stats or rh.aparc.stats
[segname segindex segstats] = load_segstats('lh.aparc.stats','bert');
??? Subscripted assignment dimension mismatch.
Error in ==> load_segstats at 113
segstats(nthrow,:) = [nvox vol segmn segstd segmin segmax segrng];
Any suggestions on how I could fix the matlab function ?
Thanks
Mehul