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

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

%  Copyright 2004-2005 The MathWorks, Inc.


identifiers = get(obj.Maps, {'Identifier'});