unlink.m 351 B

1234567891011
  1. function this = unlink(this)
  2. % Unlinks the object from the data file
  3. % FORMAT this = unlink(this)
  4. % _________________________________________________________________________
  5. % Copyright (C) 2011 Wellcome Trust Centre for Neuroimaging
  6. % Vladimir Litvak
  7. % $Id: unlink.m 5025 2012-10-31 14:44:13Z vladimir $
  8. this.data = [];
  9. this = check(this);