Home > simtb_v18 > analyze > simtb_group_getTC.m

simtb_group_getTC

PURPOSE ^

simtb_group_getTC() - Loads saved subject TCs (time courses)

SYNOPSIS ^

function [TCall, filenames] = simtb_group_getTC(sP, subIND)

DESCRIPTION ^

   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()

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Tue 29-Mar-2011 15:45:29 by m2html © 2005