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

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

%  Copyright 2004-2005 The MathWorks, Inc.


map = getMap(obj.Calibration, identifier);