-
ConnRouteParams
ConnRouteParams implements ConnRoutePNames.
- 2014-01-08 10:51:03下载
- 积分:1
-
roughness
说明: 针对摩擦学和表面工程领域的研究需求,介绍一种模拟生成有效方法。粗糙表面生成程序(Rough surface generator)
- 2019-11-07 09:57:47下载
- 积分:1
-
NewFolder1
数据优化DPCM方法,对一个余弦信号数据进行标量量化(Data Optimized DPCM method, a cosine signal data scalar quantization)
- 2007-12-20 21:05:20下载
- 积分:1
-
060407
基于DDE技术的MATLAB与WinCC通信设计(DDE technology based on MATLAB and WinCC Communication Design)
- 2008-02-01 10:09:35下载
- 积分:1
-
code
1.O——Hungarian.m
主要功能:
实现匈牙利算法,最终产生关联矩阵
2.trackassoicataion_hgm
主要功能:
1)实现两个传感器对三条航迹的估计;
2)实现两个传感器三组数据的关联;
3)统计误关联-步数的关系,画出结果图。(1.O- Hungarian.m
The main function:
Hungarian algorithm to achieve, ultimately produce correlation matrix
2.trackassoicataion_hgm
The main function:
1) to achieve two sensors estimate of three tracks
2) to achieve the two sensors associated with the three sets of data
3) statistical error associated with- relationship the number of steps, the results shown in Fig.)
- 2015-09-17 15:56:54下载
- 积分:1
-
rough
matlab粗糙集课件,共六讲,讲解matlab下如何使用rough sets(matlab rough set courseware, a total of six speakers to explain how to use rough sets under matlab)
- 2009-11-12 15:17:02下载
- 积分:1
-
visa_travelers_cheques_acceptance
visa travellers cheques guidelines
- 2010-11-05 06:50:39下载
- 积分:1
-
Fig
说明: 使用MATLAB设计滤波器,然后下消除指定位置消除消元(Design the filter with MATLAB, then eliminate the specified position to eliminate the elimination.)
- 2020-06-23 21:00:01下载
- 积分:1
-
GA-Demo
遗传算法几个简单的示例,附带程序说明,MATLAB语言实现(GA Demo in MATLAB)
- 2009-11-26 20:50:13下载
- 积分:1
-
Rombegrg
录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。
编写函数f(x)的代码如下:
Romberg算法¨
function z=f(x)
if (x~=0)
z=sin(x)/x
else
z=1
end
备注:在实验代码中,首先输入必要的变量的值如下:
a=0
b=1
tol=1e-8
待查询检查通过,开始输入执行代码
设置格式format short g查看u的值和sin(u)的值:
(Input program code, and debugging code for the experiment to check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental code, First, enter the necessary value of the variable is as follows: a = 0 b = 1 tol = 1e-8 pending inquiries, checking through, began to enter the implementation of the code format format short g see u, values and sin (u) values:)
- 2009-12-28 22:03:42下载
- 积分:1