repl.m 384 B

12345678910
  1. function res = repl(this, varargin)
  2. % Method for getting replication counts, over trials
  3. % FORMAT res = repl(this, index, nrepl)
  4. % _______________________________________________________________________
  5. % Copyright (C) 2008 Wellcome Trust Centre for Neuroimaging
  6. % Vladimir Litvak
  7. % $Id: repl.m 2729 2009-02-11 10:37:25Z vladimir $
  8. res = getset(this, 'trials', 'repl', varargin{:});