-
tuxiangchuli
用matlab做图像处理的代码,主要是用函数处理图像(Image processing code)
- 2010-07-03 11:02:17下载
- 积分:1
-
pls
说明: 本程序适用于解决故障检测,数据驱动问题,主要应用pls.(This procedure applies to solve the fault detection, data-driven problems, the main application pls.)
- 2021-04-11 22:38:57下载
- 积分:1
-
PD
说明: PD control for robotics
- 2011-06-05 20:44:12下载
- 积分:1
-
sumulink
this is a simulink model of modern control obserability
- 2012-06-02 03:06:33下载
- 积分:1
-
erpPCA
erpPCA可用于特征提取,是对pca的优化(erpPCA can be used for feature extraction, is to optimize the pca)
- 2007-05-25 15:43:36下载
- 积分:1
-
BEMT
说明: 用于计算螺旋桨拉力、效率等的片条理论matlab程序。(Matlab program of strip theory for calculating propeller pull and efficiency.)
- 2020-10-18 09:57:26下载
- 积分:1
-
Matlabsimulink_FPGA
Matlabsimulink 在FPGA 设计中的应用(Matlabsimulink in the FPGA Design)
- 2009-03-18 17:12:40下载
- 积分:1
-
reynoldswending
解析法建立挤压油膜阻尼器稳态数学模型并仿真特性关系(Analytical method SFD to establish steady-state characteristics of the mathematical model and simulation relations)
- 2009-04-26 17:10:32下载
- 积分:1
-
pfc
说明: PFC电压模型,供大家参考使用,共同学习.(PFC voltage model for reference use, learning together.)
- 2008-09-07 21:42:43下载
- 积分:1
-
NR_power-Flow
x0 = ones(2,2) Make a starting guess at the solution
options = optimset( Display , off ) Turn off Display
[x,Fval,exitflag] = fsolve(@myfun,x0,options)
The solution is
x =
-0.1291 0.8602
1.2903 1.1612
Fval =
1.0e-009 *
-0.1619 0.0776
0.1161 -0.0469
exitflag =
1
and the residual is close to zero.
sum(sum(Fval.*Fval))
ans =
4.7915e-020
- 2014-02-22 08:37:54下载
- 积分:1