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

    function value = getValue(obj, identifier)
%GETVALUE  Get value from calibration.
%
%  VALUE = GETVALUE(CAL,IDENTIFIER) gets the value with identifier
%  IDENTIFIER from the calibration CAL.
%
%  See also GETAXIS, GETCURVE, GETMAP, GETITEM.

%  Copyright 2004-2005 The MathWorks, Inc.


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