External Email - Use Caution        





---------- Forwarded message ---------
From: vittal korann <vittalkorann@gmail.com>
Date: Tue, Nov 17, 2020 at 1:16 PM
Subject: Error in longitudinal pipeline
To: <freesurfer@nmr.mgh.harvard.edu>


Hi FreeSurfer experts

Recently I started working on the longitudinal data.
I followed the pipeline described in the below link.
Also, I attached my longitudinal table along with freesurfer data.

MailScanner has detected a possible fraud attempt from "secure-web.cisco.com" claiming to be https://surfer.nmr.mgh.harvard.edu/fswiki/LinearMixedEffectsModels

I got the error while executing the following commands:
CM.C = [zeros(3,5) [1 0 0 0 0 0 0;-1 0 0 1 0 0 0;0 0 0 -1 0 0 1] zeros(3,5)];

F_lhstats = lme_mass_F(lhstats,CM);
And the Matlab threw an error shown below 

>> CM.C = [zeros(3,5) [1 0 0 0 0 0 0;-1 0 0 1 0 0 0;0 0 0 -1 0 0 1] zeros(3,5)];
>> F_lhstats = lme_mass_F(lhstats,CM);
Error using lme_mass_F (line 50)
The number of colums in the contrast matrix CM(1).C is different from the corresponding number of fixed effects in stats(1).Bhat

Any help would be appreciated!

With regards
Korann