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

    function calibration = pRead(obj, calibration, filename)
%PREAD  Private method.

%  PREAD reads a calibration from a CSV file.
%
%  See also ROLLBACK, PWRITE.

%  Copyright 2000-2011 The MathWorks, Inc.


narginchk(3,3);
nargoutchk(1,1);