-
matlabdrawing
MATLAB的一个作图教程,简单,但挺实用的(A mapping MATLAB tutorial, simple but very useful)
- 2010-07-08 20:33:37下载
- 积分:1
-
dea-in-matlab
说明: 这是基于matlab的dea程序,包括交叉对抗型模型(Procedures based on matlab' s dea)
- 2011-04-11 17:58:33下载
- 积分:1
-
GS_CH_MOPSO_Grey
多目标非线性约束的粒子群算法,采用灰度理论,混沌理论,动态惩罚函数,可针对任何复杂函数进行优化,效果很好(Nonlinear constrained multi-objective particle swarm algorithm, using gray theory, chaos theory, dynamic penalty function can be optimized for any complex function, the effect is very good)
- 2021-05-13 22:30:02下载
- 积分:1
-
speech
A GUI for load and record and ... speech signal and sketching spectrogram.
- 2013-11-27 05:39:23下载
- 积分:1
-
Aerodynamics-1-FULL-Notes
pusrsuing my doctorate in mechanical engineering at present doing in finite element methods
- 2014-01-08 22:51:19下载
- 积分:1
-
matlab-pca
说明: MATLAB主成分分析,改变变量后可以用于因子变量分析,生物学上的(MATLAB component analysis, change the variables can be used to factor multivariate analysis, biological)
- 2011-03-13 17:32:30下载
- 积分:1
-
what_is_matlab
介绍了a.matlab能做什么;b.matlab实例;c.matlab帮助(Introduced a.matlab can do b.matlab instance c.matlab Help)
- 2010-06-02 20:34:17下载
- 积分:1
-
feitongbu
非同步采样对电力系统谐波分析精度影响的Matlab仿真研究(non-synchronous sampling on the power system harmonic analysis accuracy of Matlab simulation)
- 2007-05-18 13:24:17下载
- 积分:1
-
Matlab--valuable-book
这个文件的名叫Matlab宝典的学习书,本文件详细记录了matlab的学习方法。(Collection of this file called Matlab study book, a detailed record of the file matlab way of learning.)
- 2011-08-07 16:06:42下载
- 积分:1
-
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