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
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