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

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

%  Copyright 2004-2005 The MathWorks, Inc.


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