-
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
-
power_upfc
说明: 用于学习upfc,以便于更好的了解upfc工作原理(This the simulink model for upqc in power system)
- 2020-04-04 14:42:08下载
- 积分:1
-
SAR_matlab
合成孔径雷达SaR仿真--RD,CS(SaR synthetic aperture radar simulation-- RD, CS )
- 2007-05-18 17:17:19下载
- 积分:1
-
Arb
利用SCPI语言,实现基于Matlab的信号发生器控制(With SCPI programming language, implement the control of wareform generator based on Maltab)
- 2017-10-09 15:49:28下载
- 积分:1
-
emd
说明: EMD matlab实现代码,可以直接用。经验模态分解(Empirical Mode Decomposition,EMD)是由 Huang等人于1998年提出的一种针对非线性、非平稳信号的自适应信号分解算法。(Empirical Mode Decomposition (EMD) is an adaptive signal decomposition algorithm for non-linear and non-stationary signals proposed by Huang et al. in 1998.)
- 2020-06-16 12:00:01下载
- 积分:1
-
otsu
说明: 图像二值化经典算法最大类间方差法的matlab程序。(Algorithm for image binarization classic Otsu method matlab program.)
- 2011-03-25 11:02:28下载
- 积分:1
-
CCodes
二进制编码的简单遗传算法的C语言源程序,很少的C语言优化算法程序(Binary-coded genetic algorithm simple C-language source code, very few of the C language program optimization algorithm)
- 2007-09-28 15:11:15下载
- 积分:1
-
wtest
用dwt函数实现了一层小波变换,并将各分量用图像显示了出来(Dwt function implementation with a layer of wavelet transform, and image display using the component out)
- 2009-03-24 13:37:27下载
- 积分:1
-
Mathworks
本资料是关于应用MATLAB进行目标识别与检测的源代码。包括车牌自动识别等。(This information is on the application of MATLAB to carry out target identification and detection of the source code. Including automatic license plate recognition.)
- 2009-04-14 18:17:58下载
- 积分:1
-
adaptive_filtering_rls_iir_delaying
it s really good i mean very very good what I meant is it s really good
- 2014-10-25 17:28:56下载
- 积分:1