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

    function list = modellist( c )
%MODELLIST List of possible models for spherical interpolation
%
%  OUT = MODELLIST(IN)

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

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