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

    function identifiers = getMapIdentifiers(obj)
%GETMAPIDENTIFIERS  Get map identifiers from calibration file.
%
%  IDENTIFIERS = GETMAPIDENTIFIERS(CAL) gets the map identifiers
%  IDENTIFIERS from the calibration file CAL.
%
%  See also GETAXISIDENTIFIERS, GETVALUEIDENTIFIERS, GETCURVEIDENTIFIERS, 
%  GETITEMIDENTIFIERS.

%  Copyright 2004-2005 The MathWorks, Inc.


identifiers = getMapIdentifiers(obj.Calibration);