www.gusucode.com > mbcdesign 工具箱 matlab 源码程序 > mbcdesign/@contwostage/globalclasses.m

    function [list] = globalclasses( c )
%GLOBALCLASSES List of the classes for the global of two-stage constraints
%
%  LIST = GLOBALCLASSES(C) is a structure array with fields 'Name' and
%  'Class'. This is the list of classes that can be used as the global
%  models of two stage boundary models.
%
%  See also: CONTWOSTAGE/LOCALCLASSES.

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


list(1).Name  = 'Interpolating RBF';
list(1).Class = 'xreginterprbf';