help > Problems with the path
Showing 1-3 of 3 posts
Display:
Results per page:
Nov 4, 2013  09:11 AM | Olaia Lucas
Problems with the path
Hello,
 
I have some problems when I try to open wfu_pickatlas.
I download the program and when I open Matlab I click on set path and then add the folder of "wfu_pickatlas"
but when I want to launch the command addpath (C:\spm8\spm8\toolbox\WFU_PickAtlas_3.0.4\wfu_pickatlas)
this message appears in the computer:
 
addpath (C:\spm8\spm8\toolbox\WFU_PickAtlas_3.0.4\wfu_pickatlas)
           |
Error: Unexpected MATLAB operator.
 
The fact is that when I launch wfu_pickatlas, the program opens, but when I try to open spm and fMRI, in the toolbox nothing appears.
 
Thank you in advance,
 
Olaia.
 
Nov 4, 2013  03:11 PM | Benjamin Wagner - UT Southwestern Medical Center
RE: Problems with the path
Hi Olaia,
  First item to fix are your paths.  Please make sure your directories are:

C:\spm8\spm8\toolbox\wfu_pickatlas
C:\spm8\spm8\toolbox\wfu_tbx_common
C:\spm8\spm8\toolbox\wfu_results

Also, when adding a path, be sure to include the single quotes around it:

addpath('C:\spm8\spm8\toolbox\wfu_pickatlas')

Ben
Nov 5, 2013  08:11 AM | Olaia Lucas
RE: Problems with the path
Thanks a million Ben,
now all is ready to start.
 
Olaia