trialonset.m 419 B

1234567891011
  1. function res = trialonset(this, varargin)
  2. % Method for getting/setting trial onset times
  3. % FORMAT res = trialonset(this, ind, onset)
  4. % ind = indices of trials
  5. % _______________________________________________________________________
  6. % Copyright (C) 2008 Wellcome Trust Centre for Neuroimaging
  7. % Vladimir Litvak
  8. % $Id: trialonset.m 1373 2008-04-11 14:24:03Z spm $
  9. res = getset(this, 'trials', 'onset', varargin{:});