Body
Summary
Steps to add SPM to MATLAB. The SPM software is a suite of MATLAB functions to organize and interpret functional neuroimaging data. This is primarily used in LSA: Psychology.
Environment
Directions
- Create a folder on the device under
C:\
called SPM
- Copy the contents of “SPM” folder from
\\lsa-ehts.m.storage.umich.edu\lsa-ehts\Windows\Software\SPM\spm12_with_r6906
to C:/SPM
- Launch MATLAB. You should get a
:>
prompt.
- Add SPM to MATLAB's path by typing the command:
addpath c:/spm
- SPM is now ready to use:
spm
External Links