


Fieldnames of a file-array object _______________________________________________________________________ Copyright (C) 2005 Wellcome Department of Imaging Neuroscience



0001 function t = fieldnames(obj) 0002 % Fieldnames of a file-array object 0003 % _______________________________________________________________________ 0004 % Copyright (C) 2005 Wellcome Department of Imaging Neuroscience 0005 0006 % 0007 % $Id: fieldnames.m 253 2005-10-13 15:31:34Z guillaume $ 0008 0009 t = {... 0010 'fname' 0011 'dim' 0012 'dtype' 0013 'offset' 0014 'scl_slope' 0015 'scl_inter' 0016 };