-
mame089s
MAME0.89 模拟器 source code(MAME0.89 simulator source code)
- 2007-12-30 21:26:46下载
- 积分:1
-
3d-reconstruction
说明: 使用matlab在三维空间中对CT图像进行三维重建(3d reconstruction usingmatlab)
- 2011-02-24 16:55:52下载
- 积分:1
-
400v
this file is simulation of induction motor in matlab
- 2012-09-10 17:20:32下载
- 积分:1
-
short
说明: Matlab下生成最短路径的程序。首先在m脚本文件canshuo.m中输入节点个数和路径权重,在命令窗口中输入canshu,用s=12,e=10的格式输入要求的起止点,再输入main即可得到两点之间的路径和长度。(This is the codes for Matlab to generate the shortest way.)
- 2009-08-01 11:03:34下载
- 积分:1
-
matlab-code
运用matlab实现贝叶斯决策面的算法,帮助你快速学习贝叶斯算法(Bayesian decision algorithm using matlab face, to help you quickly learn Bayesian algorithm)
- 2013-11-27 17:03:42下载
- 积分:1
-
poisson
Generacion de una muestra de tamano n de
una distribucion de Poisson de media lambda
- 2009-12-09 05:54:37下载
- 积分:1
-
repval
repval(X) finds all repeated values for input X, and their attributes.
(The input may be vector, matrix, char string, or cell of strings
Y=repval(X) returns the repeated values of X
[RV, NR, POS, IR]=repval(X) returns the following outputs
RV : Repeated Values (sorted)
NR : Number of times each RV was repeated
POS : Position vector of X of RV entries
IR : Index of repetition
Example:
X=[1 5 5 9 5 5 1]
[RV,NR,POS,IR]=repval(X)
Output:
RV = [1 5] Numbers 1 and 5 are repeated values
NR = [2 4] Respectively repeated 2 and 4 times
POS = [1 7 2 3 5 6] Position index of X for repeated values
IR = [1 1 2 2 2 2] Corresponding to which index of RV
)
- 2010-12-14 15:13:45下载
- 积分:1
-
GenAL
Genetic Algorith Code in Matlab Environment
- 2015-04-17 16:56:24下载
- 积分:1
-
风力机结构耦合振动分析
说明: 采用通用动态尾流理论进行风力机气动力学的计算分析,并用 MATLAB/Simulink进行编
程,建立了风力机传动链的数学模型。 在 MATLAB/Simulink中进行传动链系统的编程运算,建立了
风力机 ADAMS柔性多体结构动力学仿真模型,并利用 MATLAB/Simulink和 ADAMS进行风力机振
动性能的联合仿真。 仿真时将气动载荷加载到风力机叶片结构上,将传动系统模型的反扭矩加到 AD
AMS风轮模型上,同时考虑风力机的结构变形对气动性能、传动性能产生的影响。 仿真最终实现了风
力机系统振动性能耦合分析,其数据同实验测试数据比较表明,该联合仿真方法可以较好地模拟风力机
的振动特性。(TheaerodynamicscharacteristicsofwindturbinewerecalculatedbyapplyingGDWthe
oryandwereprogrammedin MATLAB/Simulink. Thedrivechainwascalculatedbyapplyingstate
spacemethodandalsoprogrammedinMATLAB/Simulink. Themodelofthewindturbinewasbuilt
inAdams. Thesimulationofvibrationcharacteristicswascarriedoutsothattheaerodynamicloads
andthetorquewereappliedtothestructureoftherotor. Simultaneouslythedeformationofthestruc
turealsoaffectedtheloads. Theresultsshowthatthemethodhasexcellentabilitytosimulatethevi
brationcharacteristicsalmostthesameastestmeasured.)
- 2020-12-01 22:09:27下载
- 积分:1
-
genetic-model
使用遗传算法求最优值 带有详细的讲解 并附有测试函数
(The use of genetic algorithms for optimal value with a detailed explanation)
- 2014-11-02 00:01:28下载
- 积分:1