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 The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Partners Compliance HelpLine at http://www.partners.org/complianceline . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail.