www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgsurfview/@svdata/getDatasetName.m

    function n = getDatasetName(obj,ind)
%GETDATASETNAME Returns the name of the specified data set
%
% n = obj.getDatasetName(ind)

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


n = obj.datasetnames{ind};