www.gusucode.com > mbcdata 工具箱 matlab 源码程序 > mbcdata/@calibrationdata/@calibrationinterface/removeMap.m

    function removeMap(obj, identifier)
%REMOVEMAP  Remove map from calibration.
%
%  REMOVEMAP(CAL,IDENTIFIER) removes the map with identifier IDENTIFIER
%  from the calibration CAL.
%
%  See also REMOVEAXIS, REMOVEVALUE, REMOVECURVE, REMOVEITEM.

%  Copyright 2004-2005 The MathWorks, Inc.


error(message('mbc:calibrationdata:calibrationinterface:InterfaceMethod'))