We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36dde27 commit 7bf9d11Copy full SHA for 7bf9d11
examples/fmri_spm.py
@@ -23,8 +23,9 @@
23
from nipype.interfaces import spm, fsl
24
25
# In order to use this example with SPM's matlab common runtime
26
-matlab_cmd = ('/Applications/spm12/run_spm12.sh /Applications/MATLAB/MATLAB_Compiler_Runtime/v713/ script')
27
-spm.SPMCommand.set_mlab_paths(matlab_cmd=matlab_cmd, use_mcr=True)
+# matlab_cmd = ('/Users/satra/Downloads/spm8/run_spm8.sh '
+# '/Applications/MATLAB/MATLAB_Compiler_Runtime/v713/ script')
28
+# spm.SPMCommand.set_mlab_paths(matlab_cmd=matlab_cmd, use_mcr=True)
29
30
import nipype.interfaces.io as nio # Data i/o
31
import nipype.interfaces.utility as util # utility
0 commit comments