


Convert to double precision FORMAT double(fa) fa - a file_array _______________________________________________________________________ Copyright (C) 2005 Wellcome Department of Imaging Neuroscience



0001 function out = double(fa) 0002 % Convert to double precision 0003 % FORMAT double(fa) 0004 % fa - a file_array 0005 % _______________________________________________________________________ 0006 % Copyright (C) 2005 Wellcome Department of Imaging Neuroscience 0007 0008 % 0009 % $Id: double.m 253 2005-10-13 15:31:34Z guillaume $ 0010 0011 out = double(numeric(fa)); 0012