



function for writing to file_array objects. FORMAT mat2file(a,val,ind1,ind2,ind3,...) a - file_array object val - values to write indx - indices for dimension x (int32) This function is normally called by file_array/subsasgn _______________________________________________________________________ Copyright (C) 2005 Wellcome Department of Imaging Neuroscienic_e



0001 function mat2file(a,val,varargin) 0002 % function for writing to file_array objects. 0003 % FORMAT mat2file(a,val,ind1,ind2,ind3,...) 0004 % a - file_array object 0005 % val - values to write 0006 % indx - indices for dimension x (int32) 0007 % 0008 % This function is normally called by file_array/subsasgn 0009 % _______________________________________________________________________ 0010 % Copyright (C) 2005 Wellcome Department of Imaging Neuroscienic_e 0011 0012 % John Ashburner 0013 % $Id: mat2file.m 201 2005-07-20 10:57:13Z guillaume $ 0014 0015 %-This is merely the help file for the compiled routine 0016 error('mat2file.c not compiled - see Makefile');