-
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
-
source_code_a9wsxv
成功实现计算FFE算法的程序,本人测试已经通过,性能已基本达到bijiao算法的性能,需要MATLAB 2009b环境运行,如有问题,欢迎讨论
(The successful implementation of the program to calculate bijiao algorithm, I have passed the test, need MATLAB2009b operating environment, any questions, please contact me
)
- 2015-12-15 20:23:01下载
- 积分:1
-
4
灰色系统的matlab程序原代码,可用以对数据建立方程,进行预测(Gray system matlab program source code, the data used to establish equations to predict)
- 2014-02-23 13:50:27下载
- 积分:1
-
matlabApplicationInterfaceGuide
matlab应用程序接口用户指南,matlab与其它程序的联合调用(matlab Application Programming Interface User' s Guide, matlab and other procedures for the joint call)
- 2009-03-20 00:21:57下载
- 积分:1
-
潮流计算程序
说明: 这是基于matlab编程实现的潮流计算,包括PQ计算、雅克比计算(This is power flow calculation based Matlab, including PQ calculation.)
- 2021-03-26 08:09:13下载
- 积分:1
-
ROCandAUC
计算ROC曲线和AUC的Matlab程序(Calculation of ROC curves and AUC of Matlab procedures)
- 2007-09-27 21:28:24下载
- 积分:1
-
Gpc123
说明: 这是一个MATLAB源代码,可以直接进行GPC仿真。(This is a MATLAB source code can be directly GPC simulation.)
- 2011-03-18 15:59:42下载
- 积分:1
-
snr
信噪比MATLAB程序,可以分析信号的干净程度,
适合信号处理的初学者。(SNR MATLAB program that can analyze the cleanness of the signal, signal processing for beginners.)
- 2020-11-17 10:59:39下载
- 积分:1
-
junzhi
说明: 中值滤波和均值滤波,希望对大家有点帮助了呵呵,我也是在研究中.(Median filter and mean filter, we want to help a bit Oh, I am also in the study.)
- 2011-03-19 17:13:03下载
- 积分:1
-
rir
麦克风阵列的模型建立,这主要是在室内的空间模型,可以模拟出麦克风的位置(Microphone array model, mainly in the interior of the space model, can simulate the location of the microphone)
- 2011-04-30 11:05:53下载
- 积分:1