


Display a file_array object _______________________________________________________________________ Copyright (C) 2005 Wellcome Department of Imaging Neuroscience



0001 function display(obj) 0002 % Display a file_array object 0003 % _______________________________________________________________________ 0004 % Copyright (C) 2005 Wellcome Department of Imaging Neuroscience 0005 0006 % 0007 % $Id: display.m 253 2005-10-13 15:31:34Z guillaume $ 0008 0009 0010 disp(' '); 0011 disp([inputname(1),' = ']) 0012 disp(' '); 0013 disp(obj) 0014 disp(' ')