Hi,
> Warning: Unable to interpret TeX string "\prive\NIFTI EPI\2nd-s8 typ word".
This is just a benign warning about a text string display.
> ??? Error using ==> gin_dlabels;
> Undefined function or variable "defaults".
This is the error causing the crash of your script or function. I
don't know where this script comes from, but it looks as though the
author forgot to initialize the spm defaults with something like
global defaults
if isempty(defaults) spm_defaults; end
Best,
Matthew
|