-
EFGwithMatlab
无单元法详尽描述,进展,各步骤的matlab实现,学习element free method 的好资料(A review and computer implementation aspects for meshless method)
- 2010-02-25 10:52:05下载
- 积分:1
-
Gas-dynamics
用来模拟粒子运动的。此元胞自动机需要
一种不同类型的元胞的邻居。此元胞的邻居时刻变化,因此某一个方向运动趋势,
将继续在同一个方向。换言之,此规则保存势头,这是基础的动力仿真。这种邻
居通常被称为 margolis邻居并且这种邻居通常由重叠的 2x2 块的元胞构成。在下
面的表格中,偶数步长时左上方 4 元胞为邻居关系,奇数步长时右下的 4 元胞为
邻居关系。某一特定元胞在每一个时间步长都有3 个邻居,但是具体的元胞构成
了邻居的旋转和反复。(Used to simulate the particle movement. The cellular automaton requires a different type of cell neighbors. This moment of change in a neighbor cell, so a certain direction the trend will continue in the same direction. In other words, this rule saved momentum, which is the foundation of the power simulation. This neighborhood is often called a neighbor and this neighbor margolis usually overlapping 2x2 blocks of cellular composition. In the following table, even when the step left four yuan for the neighbor cell, the odd step 4 when the lower right cell for the neighborhood. A particular cell in each time step has three neighbors, but the specific cellular composition of the neighbor s rotation and repeated.)
- 2011-06-30 19:58:36下载
- 积分:1
-
HeatDiffusion
A matlab code which describes heat diffusion in a Slab Subjected to a Constant Temperature using a Lattice Boltzmann Method.
- 2013-03-11 23:34:01下载
- 积分:1
-
tracing
目标跟踪卡尔曼滤波很好用,自己编的程序可以借鉴一下(Target tracking Kalman filter good use, own programs can learn about)
- 2015-04-14 16:17:50下载
- 积分:1
-
bldy
抄录的是飞行器制导与控制及其matlab仿真技术
毕开波编著p159,仿真的是二维比例导引仿真,递推采用的是龙哥库塔方法
用的不是欧拉方法
我花了很长时间才敲到电脑上,望大家给点掌声,打字员llittlebird
错误的没有,有图为证
要下载两个(Reproduces the Aircraft Guidance and Control of matlab simulation Bi Kaibo ed p159, the simulation is two-dimensional proportional navigation simulation, recursive method used in the Long Ge Kuta Euler method is not used for a long time I spent knocking to the computer, hope everyone to the point of applause, typists llittlebird mistake not, there are two photo cards to download)
- 2010-12-07 21:34:01下载
- 积分:1
-
nrsfm_matlabCode
说明: 用MATLAB编写的meanshift分割图像的方法,供大家参考!(meanshift)
- 2010-04-02 11:53:57下载
- 积分:1
-
ID3_matlab
ID3算法的matlab实现,包含了具体的软件界面的设计(ID3 algorithm matlab, contains a specific software design below)
- 2014-08-16 22:50:14下载
- 积分:1
-
mye4
自动获得获得输入的数字的最大公约数最小公倍数(Enter the number of automatic access to the least common multiple greatest common divisor)
- 2010-05-10 19:51:21下载
- 积分:1
-
Recall_precision_F_re1
查准率与查全率的计算代码。使用matlab编写完成的。可以计算图像标注的查准率与查全率。(Precision and recall rate calculation code. Prepared using matlab complete. Image annotation can be calculated with precision recall rate.)
- 2013-08-13 21:03:25下载
- 积分:1
-
P3
说明: 本程序可以绘制p3曲线,直接输入cv、cs、EX,也通过降雨或径流数据计算绘制
[cs,cv,ma] = p3plot(a,kk,b,bb,y1,cs_cv,ma,cs,cv,x0)
a=20 横向网格条数
kk=200 纵坐标标注间隔(间隔要是最大值和最小值差的整数倍)
b=2000 纵坐标最大值
bb=0 纵坐标最小值
y1=[] 降雨量,横向矩阵输入,如果没有请输入[]
cs_cv=[2] 没有,请输入[]
ma=[] 年平均降雨量,没有输入[]
cs=[] 没有,请输入[]
cv=[] 没有,请输入[]
x0=0.01 初始概率点,百分数,没有输入[]( this program can draw P3 curve, direct input CV, CS, EX, also by rainfall or runoff data calculation and drawing
The [cs, CV, ma] = p3plot (a, KK, B, BB, Y1, cs_cv, Ma, CS, CV, x0)
The a=20 of the number of horizontal grid
The kk=200 longitudinal coordinate labeling interval (interval if the maximum value and the minimum value of the integer times the difference)
The b=2000 of the maximum longitudinal coordinates
The bb=0 of the minimum longitudinal coordinates
The y1=[] rainfall, transverse matrix input, if not please input []
The cs_cv=[2] no, please enter []
The ma=[] of the average annual rainfall no input [].
The cs=[] no, please enter []
The cv=[] no, please enter []
x0=0.01 initial probability, percentage, no input [])
- 2014-11-15 10:15:40下载
- 积分:1