help
help > RE: PPI in SPM12
Nov 10, 2015 11:11 PM | Donald McLaren
RE: PPI in SPM12
Yes. Make sure that line ~287 in PPPI.m reads:
if ~strcmp(spm('Ver'),'SPM8') && ~strncmpi(spm('Ver'),'SPM12',5)
The current is probably:
if ~strcmp(spm('Ver'),'SPM8')
or
if ~strcmp(spm('Ver'),'SPM8') && ~strcmp(spm('Ver'),'SPM12b')
if ~strcmp(spm('Ver'),'SPM8') && ~strncmpi(spm('Ver'),'SPM12',5)
The current is probably:
if ~strcmp(spm('Ver'),'SPM8')
or
if ~strcmp(spm('Ver'),'SPM8') && ~strcmp(spm('Ver'),'SPM12b')
Threaded View
| Title | Author | Date |
|---|---|---|
| Rebecca Rebi | Nov 10, 2015 | |
| Donald McLaren | Nov 10, 2015 | |
| Rebecca Rebi | Nov 11, 2015 | |
