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

    function inds = getRunIndices(obj)
%GETRUNINDICES Return the run indices
%
%   OUT = GETRUNINDICES(OBJ) returns the indices that the optimization will
%   run at
%
%   See also CGOPTIMRUNNER/SETRUNINDICES

%   Copyright 2005 The MathWorks, Inc.

inds = obj.RunIndices;