-
UnconstrainedOptimization
无约束优化的matlab程序。很全面,适用于数学建模等竞赛活动。(Unconstrained optimization matlab program. Very comprehensive, suitable for mathematical modeling contest.)
- 2010-02-22 10:04:11下载
- 积分:1
-
PlotEye
说明: matlab通信实验仿真,眼图的生成,绘图方法,(communication matlab simulation, the generation of eye diagram, mapping methods,)
- 2009-07-22 17:24:38下载
- 积分:1
-
runduopf
最优潮流计算,可用于电力系统输电阻塞管理,经济调度等(optimal power flow calculation can be used in electricity transmission congestion management system, economic scheduling)
- 2007-05-05 20:25:49下载
- 积分:1
-
integer-programming
该MATLAB程序提供了简单的整数规划功能(The MATLAB program provides a simple function of integer programming)
- 2011-08-19 21:38:25下载
- 积分:1
-
IIEC06_219_1533620
this is about risk managment problems....
- 2013-05-26 16:43:29下载
- 积分:1
-
wireless-communication[cazy]
本书籍包括所有无线通信系统中的数学模型,内容丰富。(environmenet of wireless communication)
- 2009-12-18 20:58:44下载
- 积分:1
-
Fig215_ErgodicCapacityVsNumberOfAntennas
c est un code matlab qui compare les différentes systèmes Multi-antennes MIMO MIMSO SIMO SISO de point de vue Capacité
- 2013-11-01 19:22:44下载
- 积分:1
-
fuze1_main
Two images can be fuse or merge on the basis of contrast using matlab program. this program fuses two images as well. Here in this zip folder two images with fuze program is atteching.
- 2013-07-15 02:30:39下载
- 积分:1
-
imageProce-based-fragileWatermark
本软件具有简单的界面,能够通过简单的操作对图像进行水印加密、图像篡改检测、图像篡改定位、图像篡改修复。(The software has a simple interface that can be encrypted watermark image by a simple operation, image tamper detection, image tamper localization, image tampering repair.)
- 2014-03-19 20:11:08下载
- 积分: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