Sorry for the stupid questions, I promise to put it on the FAQ after the answers:
1) Is it possible to use Octave instead Matlab for curv files?
2) Given a Talairach coordinate how can I get the thickness value in Matlab?
Thanks in advance
Pedro Paulo Jr
1) Two procedures: a) set the variables: FREESURFER_HOME and FSFAST_HOME b) Paste these lines in Octave: fshome = getenv('FREESURFER_HOME'); fsmatlab = sprintf('%s/matlab',fshome); path(path,fsmatlab); clear fshome fsmatlab; fsfasthome = getenv('FSFAST_HOME'); fsfasttoolbox = sprintf('%s/toolbox',fsfasthome); path(path,fsfasttoolbox); clear fsfasthome fsfasttoolbox;
On Wed, 19 Dec 2007 19:49:35 -0200, "Pedro Paulo Oliveira Jr" ppj@netfilter.com.br wrote:
Sorry for the stupid questions, I promise to put it on the FAQ after the answers:
Is it possible to use Octave instead Matlab for curv files?Given a Talairach coordinate how can I get the thickness value inMatlab?
Thanks in advance
Pedro Paulo Jr
freesurfer@nmr.mgh.harvard.edu