Hi,

I am new to using GIFT and I was able run everything successfully. Now I am trying to use the Mancovan Toolbox to run a paired t-test and regress out age. but I keep getting the following error.

Error using reshape
To RESHAPE the number of elements must not change.

Error in icatb_run_mancovan (line 354)
tmpMap = squeeze(icatb_nanmean(reshape(SM(avg_runs_info{nM}, :), [length(avg_runs_info{nM}), 1, size(SM,
2)]
), 1));

Error in icatb_setup_mancovan>runCallback (line 530)
icatb_run_mancovan(mancovanInfo, 2);

Any idea what could be causing this? I am trying to run 2 features: Spatial Maps and Timecourses Spectra, with 2 components. Also, what should be the input for Enter No. of Components For Each Feature in a Vector?

Thank you in advance for your help,
Crystal