-
final
The code demonstrate morphing that is basically source image warping followed by cross dissolving.
- 2013-08-17 20:18:03下载
- 积分:1
-
minNF
内点罚函数法,求解最优化问题规划,适用于mantlb程序(Interior point penalty function method for solving optimization problems planning procedures applicable to mantlb)
- 2020-11-12 12:59:44下载
- 积分:1
-
maquinas-electricas-solucionario-chapman-4ed
Book of the solutions from the chapman book version 3
- 2012-10-18 10:03:24下载
- 积分:1
-
41664480rs
MATLAB code for reed soloman encoding
- 2014-01-31 14:34:02下载
- 积分:1
-
Classifier
实现ID3 决策树算法,并使用MATLAB自带的工具箱函数画出决策树生成相应的规则(Achieve ID3 decision tree algorithm, and using MATLAB toolbox function that comes with the decision tree to generate the appropriate rules to draw)
- 2014-05-11 12:15:56下载
- 积分:1
-
RBPF
基本的RBPF粒子滤波源程序,能够用于目标跟踪及导航领域,适用于初学者使用(RBPF basic particle filter source, can be used for target tracking and navigation areas for beginners)
- 2010-10-23 11:39:22下载
- 积分:1
-
repval
repval(X) finds all repeated values for input X, and their attributes.
(The input may be vector, matrix, char string, or cell of strings
Y=repval(X) returns the repeated values of X
[RV, NR, POS, IR]=repval(X) returns the following outputs
RV : Repeated Values (sorted)
NR : Number of times each RV was repeated
POS : Position vector of X of RV entries
IR : Index of repetition
Example:
X=[1 5 5 9 5 5 1]
[RV,NR,POS,IR]=repval(X)
Output:
RV = [1 5] Numbers 1 and 5 are repeated values
NR = [2 4] Respectively repeated 2 and 4 times
POS = [1 7 2 3 5 6] Position index of X for repeated values
IR = [1 1 2 2 2 2] Corresponding to which index of RV
)
- 2010-12-14 15:13:45下载
- 积分:1
-
4
说明: 插值的函数
函数名 功能
Language 求已知数据点的拉格朗日插值多项式
Atken 求已知数据点的艾特肯插值多项式
Newton 求已知数据点的均差形式的牛顿插值多项式
Newtonforward 求已知数据点的前向牛顿差分插值多项式
Newtonback 求已知数据点的后向牛顿差分插值多项式
Gauss 求已知数据点的高斯插值多项式
Hermite 求已知数据点的埃尔米特插值多项式
SubHermite 求已知数据点的分段三次埃尔米特插值多项式及其插值点处的值
SecSample 求已知数据点的二次样条插值多项式及其插值点处的值
ThrSample1 求已知数据点的第一类三次样条插值多项式及其插值点处的值
ThrSample2 求已知数据点的第二类三次样条插值多项式及其插值点处的值
ThrSample3 求已知数据点的第三类三次样条插值多项式及其插值点处的值
BSample 求已知数据点的第一类B样条的插值
DCS 用倒差商算法求已知数据点的有理分式形式的插值分式
Neville 用Neville算法求已知数据点的有理分式形式的插值分式
FCZ 用倒差商算法求已知数据点的有理分式形式的插值分式
DL 用双线性插值求已知点的插值
DTL 用二元三点拉格朗日插值求已知点的插值
DH 用分片双三次埃尔米特插值求插值点的z坐标
(Interpolation function)
- 2011-08-15 09:42:47下载
- 积分:1
-
xinyinshigudianfa2
运用古典隐式方法模拟二维空间中声波的传播,求解工程用了追赶法(The dissemination of the classical implicit simulation method of acoustic wave in two-dimensional space, solving project was chasing method)
- 2014-12-08 21:11:47下载
- 积分:1
-
SegyMATreverse
一个好用的地震数据处理软件 可以对SGY数据进行读取回写等(An easy to use seismic data processing software can the SGY data read and write-back, etc.)
- 2012-08-03 16:18:05下载
- 积分:1