function fnames = subs_fields(item) % function fnames = subs_fields(item) % This function works as a "class-based switch" to return the value of % the private mysubs_fields function for the appropriate class. % This function is identical for all classes derived from cfg_item, but % it has to be in the class directory to access the proper private % function mysubs_fields. % % This code is part of a batch job configuration system for MATLAB. See % help matlabbatch % for a general overview. %_______________________________________________________________________ % Copyright (C) 2007 Freiburg Brain Imaging % Volkmar Glauche % $Id: subs_fields.m 1716 2008-05-23 08:18:45Z volkmar $ rev = '$Rev: 1716 $'; %#ok fnames = mysubs_fields;