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

    function value = pGetXAxisIdentifier(obj, value)
%PGETXAXISIDENTIFIER  Private get method.

%  Copyright 2004-2005 The MathWorks, Inc.


% For non-shared axes, the Identifier is Maps/MapIdentifier/X
if isempty(value)
    value = ['Maps/' obj.Identifier '/X'];
end