-
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
-
文档
说明: sdif算法,matlab代码,注释乱码,介意慎点(SDIFsoftware matlab please download)
- 2021-04-25 18:08:46下载
- 积分:1
-
wavepeak
matlab仿真膜极大值法检测信号突变点(matlab simulation of membrane maxima point mutation detection signal)
- 2007-07-20 20:05:18下载
- 积分:1
-
Cooperative_Diversity_in_Wireless_Networks
无线网络的中继节点协作分集研究源代码,包括多种接收端技术(Relay nodes in wireless networks of cooperative diversity source code, including a variety of receiver techniques)
- 2010-07-05 23:42:59下载
- 积分:1
-
GNSS-Receiver-for-Weak-Signal
说明: 本论文介绍了几种用于高动态和弱信号环境下的GPS接收机捕获算法,并对其性能进行了分析(This dissertation develops Global Positioning System receiver algorithms for high dynamic and weak signal .)
- 2011-03-05 17:01:40下载
- 积分:1
-
ns_matlab
该程序用matlab写成,已包含vof(根据Hirt的方法)内容,但该部分尚不成熟。对于不包含自由面的计算比较成功。(The program written with matlab, included vof (according to Hirt' s method) content, but that part is not yet mature. For the calculation of the free surface does not contain more successful.)
- 2011-10-14 08:42:09下载
- 积分:1
-
context-aware-saliency-detection
这是论文“Context-Aware Saliency Detection”的matlab代码,已执行通过。(This is the code of the paper“Context-Aware Saliency Detection”,and it has been run successfully.)
- 2014-10-28 10:50:11下载
- 积分:1
-
GaborKernel
i want source code for gabor filter to remove noise in preprocessing step of fingerprint in matlab
- 2011-11-17 17:32:34下载
- 积分:1
-
eyelink
Short MATLAB example program that uses the Eyelink and Psychophysics
Toolboxes to create a real-time gaze-dependent display.
- 2010-07-30 05:45:30下载
- 积分:1
-
GA_hanshu
遗传算法,基于matlab软件,优化天线方向图振幅(genetic algorithm, based on the software of matlab, and it can optimize the amplitude of antenna pattern)
- 2015-12-18 10:20:53下载
- 积分:1