-
testcon
一个数学模型的优化
function testcon()
%% 设置初始值,上下限;
x0=[18 13 11]
lb=[3 0.1 7]
ub=[25 1 25]
%% 调用优化求解函数(testcon)
(Optimization of a mathematical model function testcon () set the initial value, the upper and lower limits x0 = [18 13 11] lb = [3 0.1 7] ub = [25 1 25] Call for Function Optimization (testcon))
- 2007-10-18 10:08:29下载
- 积分:1
-
SimpleImageRotation
说明: 简单的图像旋转软件,可以嵌套到其它图形图像处理程序中(Simple image rotation software, graphics can be nested into other image processing program)
- 2009-07-27 16:46:06下载
- 积分:1
-
matlab
学习matlab的好资料,是你学习的好助手,你可以用来学习matlab和数学建模(this is a learn matlab very good )
- 2013-08-23 17:28:53下载
- 积分:1
-
Coordinate-conversion
坐标转换(四参数)
[row col]=size(source)
for i=1:row
u(i)=source(i,2)
v(i)=source(i,3)
x(i)=source(i,4)
y(i)=source(i,5)
B(2*i-1,1)=1
B(2*i-1,2)=0
B(2*i-1,3)=u(i)
B(2*i-1,4)=-v(i)
B(2*i,1)=0
B(2*i,2)=1
B(2*i,3)=v(i)
B(2*i,4)=u(i)
L(2*i-1,1)=x(i)
L(2*i,1)=y(i)
end
X=inv(B *B)*(B *L)
Txy=[X(1) X(2)]
xzjz(1,1)=X(3)
xzjz(1,2)=-X(4)
xzjz(2,1)=X(4)
xzjz(2,2)=X(3)
[row1 col1]=size(target)
for i=1:row1
u1(i)=target(i,2)
v1(i)=target(i,3)
d=[u1(i) v1(i)]
md=Txy+xzjz*d
end
end
(Coordinate conversion:
[row col]=size(source)
for i=1:row
u(i)=source(i,2)
v(i)=source(i,3)
x(i)=source(i,4)
y(i)=source(i,5)
B(2*i-1,1)=1
B(2*i-1,2)=0
B(2*i-1,3)=u(i)
B(2*i-1,4)=-v(i)
B(2*i,1)=0
B(2*i,2)=1
B(2*i,3)=v(i)
B(2*i,4)=u(i)
L(2*i-1,1)=x(i)
L(2*i,1)=y(i)
end
X=inv(B *B)*(B *L)
Txy=[X(1) X(2)]
xzjz(1,1)=X(3)
xzjz(1,2)=-X(4)
xzjz(2,1)=X(4)
xzjz(2,2)=X(3)
[row1 col1]=size(target)
for i=1:row1
u1(i)=target(i,2)
v1(i)=target(i,3)
d=[u1(i) v1(i)]
md=Txy+xzjz*d
end
end
)
- 2014-12-12 19:02:28下载
- 积分:1
-
code-computational-physics
The code is useful for solving partial
differential equations such as the advection equation, the 2 dimensional heat equation.
Also contains code to simulate two falling balls align in one axis with rebound.
Also has some code for implementing the Successive over-relaxation method.
- 2011-12-01 03:45:50下载
- 积分:1
-
IFFTOFDM
基于傅立叶变换的ofdm模型信道是高斯信道(OFDM model based on fft transform)
- 2013-05-19 10:28:02下载
- 积分:1
-
Audio-Processing
音频系统,coding, modulation, AWGN, 通过最小距离探测码元,解码,播放。根据不同的SNR,测试在多小的SNR情况下,人耳能识别音频。(Audio systems, coding, modulation, AWGN, by minimizing the distance detection symbol, decoding, playing. Depending on the SNR, the test in the case of multiple small SNR, the human ear can identify audio.)
- 2014-02-20 02:58:39下载
- 积分:1
-
数据降维工具箱
说明: 数据降维工具箱,包括一些典型算法,例如pca,lle,mds,lda等。(Data dimension reduction toolbox, including some typical algorithms, such as PCA, LLE, MDS, LDA, etc.)
- 2020-09-29 15:05:22下载
- 积分:1
-
plotpoints
Function matlab to plot points with more flexibility
- 2010-07-22 16:51:07下载
- 积分:1
-
Poi-mat
在大多数中研究伯肃叶流动用格子boltzmann方法去扩展值得实践新的研究方法(In most studies of leaf movement of Peter Stephen lattice boltzmann method used should be to expand the practice of new research methods)
- 2009-04-03 14:13:23下载
- 积分:1