I am new with GLM Flex and today I met my first error (see below).
Thank you very much.
Setup/Check the I Structure:
Reading In Data:
Perform Specified Transformations:
Intialize Variable and Output Structures
Examining Set #4: SubModel 33 of 33; Nvox = 23
Analysing Sub-Model #1 of 24617; 192 Observations, across 88196 Voxels.
Spatial non-sphericity (over scans) : ...done
Analysing Sub-Model #1 of 24617; 192 Observations, across 88196 Voxels.
Spatial non-sphericity (over scans) : ...done
Analysing Sub-Model #1 of 24617; 192 Observations, across 88196 Voxels.
Spatial non-sphericity (over scans) : ...done
Analysing Sub-Model #1 of 24617; 192 Observations, across 88196 Voxels.
Spatial non-sphericity (over scans) : ...done
Analysing Sub-Model #2 of 24617; 188 Observations, across 9 Voxels.Error using *
Incorrect dimensions for matrix multiplication. Check that the number of columns in the first matrix matches the number of rows in the second
matrix. To perform elementwise multiplication, use '.*'.
Error in GLM_Flex_Fast4 (line 680)
Y = I.W{ii}*OD(Xind,vec);
Error in ACTOBS_GLMflex_fast4 (line 139)
I = GLM_Flex_Fast4(I);