ECG-Kit 1.0

File: <base>/common/prtools/prmapping/iscombiner.m (389 bytes)
%ISCOMBINER Test whether the argument is a combiner mapping
%
%   OK = ISCOMBINER(W)
%   ISCOMBINER(W)
%
% INPUT
%   W   Mapping
%
% OUTPUT
%   OK  1/0 indicating if the mapping type of W is COMBINER 
%
% DESCRIPTION
% If called without an output argument, ISCOMBINER generates an error
% if the mapping type of W is not a COMBINER.
%
% See HELP MAPPINGS for an explanation of 'COMBINER'.