function out = numeric(fa) % Convert to numeric form % FORMAT numeric(fa) % fa - a file_array %__________________________________________________________________________ % Copyright (C) 2005-2017 Wellcome Trust Centre for Neuroimaging % % $Id: numeric.m 7147 2017-08-03 14:07:01Z spm $ [vo{1:ndims(fa)}] = deal(':'); out = subsref(fa,struct('type','()','subs',{vo}));