function varargout = vertcat(varargin) % function varargout = vertcat(varargin) % Prevent vertcat for cfg_item objects. % % 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: vertcat.m 1862 2008-06-30 14:12:49Z volkmar $ rev = '$Rev: 1862 $'; %#ok cfg_message('matlabbatch:cfg_item:cat', ['Concatenation of cfg_item objects is ' ... 'not allowed.']);