www.gusucode.com > mbcdata 工具箱 matlab 源码程序 > mbcdata/@cgoptimdatasetfiller/getDataset.m

    function pDataset = getDataset(obj)
%GETDATASET Return the data set that will be appended to
%
%   pDATASET = GETDATASET(OBJ) returns the data set that optimization
%   results will be exported to.
%
%   See also CGOPTIMDATASETFILLER/SETDATASET

%   Copyright 2006 The MathWorks, Inc.

pDataset = obj.pDataset;