-
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
-
SpaceCarving1
在matlab中,通过space carving实现三维重构(n the matlab, through space carving realize 3 d reconstruction)
- 2021-04-06 10:39:03下载
- 积分:1
-
算例 (1)
说明: 齿轮传动simulink仿真内含行星齿轮传动在一定负载下的仿真模型(You can model the effects of heat flow and temperature change through an optional thermal conserving port. By default, the thermal port is hidden. To expose the thermal port, right-click the block in your model and, from the context menu, select Simscape > Block choices. Select a variant that includes a thermal port. Specify the associated thermal parameters for the component.)
- 2021-01-07 15:40:49下载
- 积分:1
-
program
OFDM的一些基础步骤,希望对大家的学习有所帮助。(OFDM some basic steps, we want to help learning.)
- 2010-08-17 19:44:20下载
- 积分:1
-
1_Byzantine-General-Problem
采用Dolev,FCA和Hybird方法解决拜占庭将军问题 matlab完成(The use of Dolev, FCA and Hybird ways to solve the Byzantine generals problem matlab complete)
- 2011-10-10 16:20:08下载
- 积分:1
-
my_QPSKmod_201107
QPSK调制解调仿真
从基带信号产生——IQ映射——调制——信道加噪——解调——判决及反映射——接收信号输出,每个步骤都画出了图形。
(QPSK modulation and demodulation simulation generated from the baseband signal- IQ Mapping- Modulation- channel plus noise- demodulation- judgment and reflect radio- reception signal output, each step to draw the graph.)
- 2020-09-13 12:47:58下载
- 积分:1
-
NumericalComputingwithMATLABCleveMoler
国外最新的有关MATLAB方面的电子书籍,值得一读,推荐!(good book.)
- 2009-05-14 14:31:07下载
- 积分:1
-
mat_example
平面梁单元计算两铰抛物线拱的自由振动特性
采用平面梁单元计算两铰抛物线拱的自由振动特性
(Plane beam element calculation of the free vibration characteristics of two hinged parabolic arch)
- 2012-04-02 16:54:03下载
- 积分:1
-
pandi
激光谐振腔模拟,用FOx-li方法,各种不同的谐振腔模式模拟(Laser cavity simulation method with FOx-li, a variety of simulated cavity)
- 2011-11-19 20:46:07下载
- 积分:1
-
lee filter
leeinsar干涉图滤波算法,利用16个窗口选取最佳滤波方向,并利用MMSE估计实现最小均方误差。该滤波器应用广泛,去噪效果好,为进一步的相位解缠提供高质量的干涉图。是目前应用较为广泛的干涉图滤波方法之一。
- 2022-02-05 21:12:11下载
- 积分:1