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

    function map = getMap(obj, identifier)
%GETMAP  Get map from calibration.
%
%  MAP = GETMAP(CAL,IDENTIFIER) gets the map with identifier IDENTIFIER
%  from the calibration CAL.
%
%  See also GETAXIS, GETVALUE, GETCURVE, GETITEM.

%  Copyright 2004-2005 The MathWorks, Inc.


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