www.gusucode.com > mbcmodels 工具箱 matlab 源码程序 > mbcmodels/@xregexportmodel/getSwitchPoints.m

    function pts = getSwitchPoints(m)
%GETSWITCHPOINTS Return the points that are valid evaluation points
%
%  PTS = GETSWITCHPOINTS(M) returns a (nSites-by-nSwitchFactors) matrix
%  containing the positions of the valid evaluation sites.  Each column of
%  the output corresponds to one of the switch factors, in the order
%  defined by the output of GETSWITCHFACTORS.

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


pts = [];