在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(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 ToolboxThis toolbox contains code for 2D multivariate interpolation in MATLAB. Contents
Unless otherwise stated, all code is Copyright Matt Foster [email protected] InstallationSome functions require MEX functions to built. To compile all of the necessary
Makefiles in UNIX, type
It is not necessary to use UsageWith the exception of ANC, which interpolates onto matrices, all of the functions provided have prototypes of the following form:
or more simply
The help within the various functions gives more information on the input and output arguments. For example, issuing the command:
Will print the built in help for the RBF interpolation command. Running the command:
Where ANCANC operates using matrices, and requires arguments of the following form:
Full help is available within the m-file. BugsPlease report bugs to Matt Foster [email protected] HistoryMoved from local SVN to GitHub: 20090120 |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论