Hi Freesurfers,
I have a little problem: I use a linux mashine with ubuntu 10.10 and installed freesurfer-Linux-rh9-stable-pub-v4.0.5-full.tar.gz.. Most commands are working well (like tkmedit, tksurfer …), but I have a problem to get an analyse gui with (mkanalysis-sess -gui). I just get a long error report from matlab. I created a startup.m file for matlab like the following:
%------------ FreeSurfer -----------------------------% fshome = getenv('FREESURFER_HOME'); fsmatlab = sprintf('%s/matlab',fshome); if (exist(fsmatlab) == 7) path(path,fsmatlab); end clear fshome fsmatlab; %-----------------------------------------------------%
%------------ FreeSurfer FAST ------------------------% fsfasthome = getenv('FSFAST_HOME'); fsfasttoolbox = sprintf('%s/toolbox',fsfasthome); if (exist(fsfasttoolbox) == 7) path(path,fsfasttoolbox); end clear fsfasthome fsfasttoolbox; %-----------------------------------------------------%
addpath('~/freesurfer/matlab/');
Does anyone has an idea what could be wrong? I would be so thankfull!
Iris
what is the error? Why are you using version 4 instead of 5? Version 5 solves the problem by not having a GUI:).
doug
Iris.steinmann wrote:
Hi Freesurfers,
I have a little problem: I use a linux mashine with ubuntu 10.10 and installed freesurfer-Linux-rh9-stable-pub-v4.0.5-full.tar.gz.. Most commands are working well (like tkmedit, tksurfer …), but I have a problem to get an analyse gui with (mkanalysis-sess -gui). I just get a long error report from matlab. I created a startup.m file for matlab like the following:
%------------ FreeSurfer -----------------------------% fshome = getenv('FREESURFER_HOME'); fsmatlab = sprintf('%s/matlab',fshome); if (exist(fsmatlab) == 7) path(path,fsmatlab); end clear fshome fsmatlab; %-----------------------------------------------------%
%------------ FreeSurfer FAST ------------------------% fsfasthome = getenv('FSFAST_HOME'); fsfasttoolbox = sprintf('%s/toolbox',fsfasthome); if (exist(fsfasttoolbox) == 7) path(path,fsfasttoolbox); end clear fsfasthome fsfasttoolbox; %-----------------------------------------------------%
addpath('~/freesurfer/matlab/');
Does anyone has an idea what could be wrong? I would be so thankfull!
Iris
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
freesurfer@nmr.mgh.harvard.edu