


simtb_group_getTC() - Loads saved subject TCs (time courses)
Usage:
>> TCall = simtb_group_getTC(sP);
>> TCall = simtb_group_getTC(sP, [1 8]);
INPUTS:
sP = parameter structure used in the simulations
subIND = indices of subject(s) to load [OPTIONAL, default = all subjects]
OUTPUTS:
TCall = TCs from subjects: [subjects x nT time points x nC components]
filenames = filenames of simulated data in the order they were loaded.
see also: simtb_main()