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

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

%  Copyright 2004-2005 The MathWorks, Inc.


curve = getCurve(obj.Calibration, identifier);