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

    function [om, ok] = omRbfKernelThinplate(con)
%OMRBFKERNELTHINPLATE Thin-plate kernel option for CONSTAR
%
%  [OM, OK] = OMRBFKERNELTHINPLATE(CON)
%
%  See also CONSTAR, CONSTAR/GETCONSTRAINTFITOPTIONS.

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

% Second return arguemnt is required to work with "xregoptmgr" code.
ok = true;

hasWidth = false;
hasCont  = false;
om = pomGeneralRbfKernel( con, 'thinplate', mfilename, hasWidth, hasCont );


%------------------------------------------------------------------------------|
% EOF
%------------------------------------------------------------------------------|