www.gusucode.com > mbctools 工具箱 matlab 源码程序 > mbctools/@sweepset/getGuids.m

    function array = getGuids(obj, index)
%SWEEPSET/GETGUIDS returns the GUIDARRAY from a sweepset

%  Copyright 2000-2004 The MathWorks, Inc. and Ford Global Technologies, Inc.


if nargin < 2
    index = ':';
end
array = obj.guid(index);