-
GUI_adder
采用MATLAB GUI 设计的加法器界面,输入两个数,实现两数相加的功能,适合于刚刚接触的同学。(Using MATLAB GUI interface design adder, enter two numbers, two numbers together to achieve the function, just contact for students.)
- 2013-07-26 16:12:57下载
- 积分:1
-
Fractale
几种分形的方法程序,如牛顿迭代,cantor ——sets ,matlab程序(Several fractal programs, such as Newton iteration Cantor- sets, Matlab program)
- 2013-04-26 17:22:14下载
- 积分:1
-
mill
包含了很多分类算法,有SVM,knn,决策树等,还有文档说明(Contains a lot of classification algorithms, there is SVM, knn, decision tree and so on, have documented)
- 2009-03-26 22:09:16下载
- 积分:1
-
YongsVOF
YongsVOF的自由界面追踪matlab计算程序,计算恒定流场中的界面追踪问题,网格尺寸正确,可运行。(YongsVOF freedom interface tracking matlab computer program to calculate the constant flow field interface tracking problem, the mesh size is correct, you can run.)
- 2014-11-11 10:34:37下载
- 积分:1
-
icp
迭代最近点算法的完整Matlab程序,输入两个点集,输出旋转矩阵、平移向量和整体误差,验证可用。(Complete iterative closest point algorithm Matlab program, enter the two point sets, the output rotation matrix and translation vector and the overall error, verify availability.)
- 2020-11-04 16:09:51下载
- 积分:1
-
liantong
在某一网络拓扑结构中,检验是否使每一个节点都保持连通状态,在电网规划中有重要作用(In a network topology, the test is to enable each node to maintain connectivity of a state, in the grid plays an important role in planning)
- 2009-05-10 22:39:21下载
- 积分:1
-
Codes used to beamform
Codes used to beamform with a horizontal line array
- 2020-11-23 22:49:33下载
- 积分:1
-
two_way_relay
two-way-relay场景下,中继处理矩阵的设计,仿真分析了DPC-ZF及DPC-MMSE算法的性能要由于AF与ZF算法性能。(In the two-way-relay scenario,simulation show that both DPC-ZF and DPC-MMSE have a higher throughput and lower BER performance compared with the traditional AF algorithm and ZF algorithm.)
- 2020-12-06 19:09:21下载
- 积分:1
-
Gaussian-beam-and-fiber-coupling
光纤端面的辐射场,光纤与光纤的连接及其光功率损耗(Fiber end face of the radiation field, optical fiber and optical fiber connections and their optical power loss)
- 2013-08-27 09:55:34下载
- 积分:1
-
anfis
function [t_fismat, t_error, stepsize, c_fismat, c_error] ...
= anfis(trn_data, in_fismat, t_opt, d_opt, chk_data, method)
ANFIS Training routine for Sugeno-type FIS (MEX only).
if nargin > 6 & nargin < 1,
error( Too many or too few input arguments! )
end
Change the following to set default train options.
default_t_opt = [10 training epoch number
0 training error goal
0.01 initial step size
0.9 step size decrease rate
1.1] step size increase rate
Change the following to set default display options.
default_d_opt = [1 display ANFIS information
1 display error measure
1 display step size
1] display final result
- 2015-05-28 19:28:36下载
- 积分:1