• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

mattfoster/matlab-interpolation-toolkit: A matlab toolkit for interpolating scat ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

mattfoster/matlab-interpolation-toolkit

开源软件地址(OpenSource Url):

https://github.com/mattfoster/matlab-interpolation-toolkit

开源编程语言(OpenSource Language):

C 93.6%

开源软件介绍(OpenSource Introduction):

MATLAB Multivariate Interpolation Toolbox

This toolbox contains code for 2D multivariate interpolation in MATLAB.

Contents

  • Adaptive Normalised Convolution (ANC)
  • Radial Basis Function Interpolation (RBF)
  • Kriging
  • Natural Neighbour Interpolation

Unless otherwise stated, all code is Copyright Matt Foster [email protected]

Installation

Some functions require MEX functions to built. To compile all of the necessary Makefiles in UNIX, type make. Some of the Makefiles may require alterations for your system, however, provided you have a complete build environment, and the binaries mex and mexext are available, the process should be fairly simple. You should then find a directory named toolkit. Copy this directory somewhere in your MATLAB work area, and finally, from within MATLAB, issue the command:

addpath('interpolation_toolkit');

It is not necessary to use genpath, or include the private directory

Usage

With the exception of ANC, which interpolates onto matrices, all of the functions provided have prototypes of the following form:

[xx, yy, zz] = function(xi, yi, zi, xx, yy, [optional args])

or more simply

zz = function(xi, yi, zi, xx, yy, [optional args])

The help within the various functions gives more information on the input and output arguments. For example, issuing the command:

help rbf

Will print the built in help for the RBF interpolation command.

Running the command:

help interpolation_toolkit

Where interpolation_toolkit is the directory name, will give basic help for the toolkit, including some usage instructions.

ANC

ANC operates using matrices, and requires arguments of the following form:

out = adaptiveNC(si, cm, [optional args])

Full help is available within the m-file.

Bugs

Please report bugs to Matt Foster [email protected]

History

Moved from local SVN to GitHub: 20090120




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap