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

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

%  Copyright 2004-2005 The MathWorks, Inc.


identifiers = getAxisIdentifiers(obj.Calibration);