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

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

%  Copyright 2004-2005 The MathWorks, Inc.


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