-
property_arithmetic
这是用matlab编写的常用概率算法,非常有用,欢迎下载哈!(This is commonly prepared using matlab probability algorithm, very useful, welcome to download and Kazakhstan!)
- 2007-08-24 16:21:30下载
- 积分:1
-
MatlabDemo
C++ demo using MatLab engiene
- 2010-10-28 22:53:40下载
- 积分:1
-
polyfit
matlab里ployfit的原型 c#版(the matlab ployfit the prototype c# version)
- 2013-03-20 20:24:28下载
- 积分:1
-
tracker-code-2011.04.26
tracker code-tra an ozalp source code good use project in pls
- 2012-02-11 05:05:32下载
- 积分:1
-
newton_raphson
Summary: Newton-Raphson method for all real roots of the polynomial.
MATLAB Release: R11
Description: This M-file calculates all the real roots of the given polynomial. It calls syn_division, a synthetic division function, and derivate, differentiation function.
(Summary: Newton-Raphson method for all real roots of the polynomial. MATLAB Release: R11 Description: This M-file calculates all the real roots of the given polynomial. It calls syn_division, a synthetic division function, and derivate, differentiation function.)
- 2008-01-11 15:07:04下载
- 积分:1
-
Speaker-Identification
Amin Koohi的基于MFCC特征参数提取的说话人识别程序,可运行。(Based on MFCC feature parameter extraction of speaker recognition program Amin Koohi.)
- 2014-10-09 22:47:56下载
- 积分:1
-
chaos
混沌信号生成 逻辑映射 三个函数matlab程序(chaos signal)
- 2014-12-09 12:05:35下载
- 积分:1
-
twomotorPID
matlab中的simulink实现两电机同步控制,有了此程序,很容易扩展成多个电机同步控制,这是本人毕业论文中一部分(in matlab simulink realization of two-motor synchronous control, with this procedure, it is easy to extend into multiple synchronous motor control, which is part of my thesis)
- 2020-12-28 14:59:01下载
- 积分:1
-
matrix
判断下列方阵是否可对角化,是否为正定二次型(顺序主子式判断法、特征值判别法)(using MATLAB to determine if a the matrix is diagonalizable,if the real vector space is definite quadratic)
- 2013-04-26 16:21:40下载
- 积分:1
-
NSGA-III
测试可以跑,根据自己情况修改下函数即可. NSGA-III 首先定义一组参考点。然后随机生成含有 N 个(原文献说最好与参考点个数相同)个体的初始种群,其中 N 是种群大小。接下来,算法进行迭代直至终止条件满足。在第 t 代,算法在当前种群 Pt的基础上,通过随机选择,模拟两点交叉(Simulated Binary Crossover,SBX)和多项式变异 产生子代种群 Qt。Pt和 Qt的大小均为 N。因此,两个种群 Pt和 Qt合并会形成种群大小为 2N 的新的种群 Rt=Pt∪Qt。 为了从种群 Rt中选择最好的 N 个解进入下一代,首先利用基于Pareto支配的非支配排序将 Rt分为若干不同的非支配层(F1,F2等等)。然后,算法构建一个新的种群St,构建方法是从 F1开始,逐次将各非支配层的解加入到 St,直至 St的大小等于 N,或首次大于 N。假设最后可以接受的非支配层是 L层,那么在 L+ 1 层以及之后的那些解就被丢弃掉了,且 St FL中的解已经确定被选择作为 Pt+1中的解。Pt+1中余下的个体需要从 FL中选取,选择的依据是要使种群在目标空间中具有理想的多样性。(The test can run and modify the function according to its own situation. NSGA-III first defines a set of reference points. Then the initial population containing N individuals (preferably the same number of reference points as the original literature) was randomly generated, where N was the size of the population. Next, the algorithm is iterated until the termination condition is satisfied. On the basis of current population Pt, the algorithm simulates two-point crossover (SBX) and polynomial mutation to produce offspring population Qt by random selection.)
- 2021-01-26 22:38:41下载
- 积分:1