


Transposing is not allowed. _______________________________________________________________________ Copyright (C) 2005 Wellcome Department of Imaging Neuroscience



0001 function varargout = transpose(varargin) 0002 % Transposing is not allowed. 0003 % _______________________________________________________________________ 0004 % Copyright (C) 2005 Wellcome Department of Imaging Neuroscience 0005 0006 % 0007 % $Id: transpose.m 253 2005-10-13 15:31:34Z guillaume $ 0008 0009 0010 error('file_array objects can not be transposed.');