Hi,
On 7/11/07, Christian Mondadori <chr...@bl...> wrote:
>
>
> by the way
>
> i'm running matlab 7.0.1 on windows xp, spm 2, and marsbar 0.38.2
>
> the transform function that did not work is: r1 & r2
The '&' means all voxels that are both in r1 and in r2 - is that what
you meant? Maybe you meant 'r1 | r2' which gives voxels that are
either in r1 or r2 or both...
Matthew
|