Re: [Freesurfer] Problem with FS-FAST, mkcontrast (Douglas N Greve)

2013-07-01 Thread Douglas N Greve
Open a terminal and run matlab On 07/01/2013 01:29 PM, O'Shea,Andrew wrote: > I have matlab installed. I have the following lines in my > ~/matlab/startup.m file > > % FreeSurfer FAST % > > fsfasthome = getenv('FSFAST_HOME'); > > fsfasttoolbox = sprintf('%s/t

Re: [Freesurfer] Problem with FS-FAST, mkcontrast (Douglas N Greve)

2013-07-01 Thread O'Shea,Andrew
I have matlab installed. I have the following lines in my ~/matlab/startup.m file % FreeSurfer FAST % fsfasthome = getenv('FSFAST_HOME'); fsfasttoolbox = sprintf('%s/toolbox',fsfasthome); if (exist(fsfasttoolbox) == 7) path(path,fsfasttoolbox); end cl