-
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
-
suibui
包含光伏电池模块、MPPT模块、BOOST模块、逆变模块,仿真效率很高的,matlab实现了五类灰色关联度模型的计算。( PV modules contain, MPPT module, BOOST module, inverter module, High simulation efficiency, matlab implements five gray correlation degree computing model.)
- 2020-06-26 23:00:01下载
- 积分:1
-
模糊控制实例
说明: 基于神经网络的模糊控制实例,包括中央空调、锅炉系统等(Examples of fuzzy control based on MATLAB, including central air conditioning, boiler system, etc)
- 2021-01-21 18:28:41下载
- 积分:1
-
TOAcombination
Active approach - TOA combin(Active approach- TOA combin)
- 2007-04-30 16:48:53下载
- 积分:1
-
code
Hough Transform for Iris
- 2014-01-01 08:53:07下载
- 积分:1
-
16Qam
bpsk 16 qam误码率分析,通过高斯白噪声,终端接收,通过分析了解16 am调制解调原理(this file is adout" bpsk 16 qam ",through the codes yuwill finish your duty)
- 2009-11-18 12:45:46下载
- 积分:1
-
1114494a45cd
matlab code for rake receiver
- 2011-11-05 12:45:41下载
- 积分:1
-
sy3_1
潮流计算,潮流计算,潮流计算,潮流计算,潮流计算,潮流计算,潮流计算,(Power flow calculation)
- 2020-12-01 22:29:27下载
- 积分:1
-
MATLAB
matlab命令大全,包括了很多matlab操作中需要的命令(matlab command)
- 2013-12-11 14:15:38下载
- 积分:1
-
RealTimeFaceRecognition
real time face recognition system using eigenface
- 2010-08-04 13:51:25下载
- 积分:1