rmfield.m 365 B

12345678910
  1. function this = rmfield(this, fields)
  2. % Method for removing an object field
  3. % FORMAT this = rmfield(this, fields)
  4. % _______________________________________________________________________
  5. % Copyright (C) 2008 Wellcome Trust Centre for Neuroimaging
  6. % Vladimir Litvak
  7. % $Id: rmfield.m 2883 2009-03-16 11:58:48Z vladimir $
  8. this.other = rmfield(this.other, fields);