Home > simtb_v18 > display > simtb_showTC.m

simtb_showTC

PURPOSE ^

simtb_showTC() - Show generation of TCs (time courses)

SYNOPSIS ^

function [TC, eTC, blocks, events, uevents] = simtb_showTC(sP, comps, subs)

DESCRIPTION ^

   simtb_showTC() - Show generation of TCs (time courses)

   Usage:
    >> [TC, eTC, blocks, events, uevents] = simtb_showTC(sP, comps, subs);

   INPUTS:
   sP            = parameter structure used in the simulations
   comps         = component indices
   subs          = subject indices

   OUTPUTS:
   TC            = Generated time courses
   eTC           = Event time course (prior to modeling)
   blocks        = Event time courses of each block
   events        = Event time courses of each event type
   uevents       = Event time courses for each component

   see also: simtb_makeTC(), simtb_TCsource()

CROSS-REFERENCE INFORMATION ^

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