-
APIT
可以实现matlab环境下的APIT仿真实验,效果还不错。(Can be achieved under the APIT matlab simulation, the results were good.)
- 2011-01-11 19:07:04下载
- 积分:1
-
MATLAB
说明: 详细的介绍了matlab的各种函数功能。有助于出血助充分理解matlab的使用。(Matlab gui features introduced in the preparation of graphical methods and procedures. Is an important function matlab)
- 2011-04-18 09:10:02下载
- 积分:1
-
voa
matlab实现VOC数据集的物体扣取。(Matlab VOC cutting data set object)
- 2013-08-27 16:20:57下载
- 积分:1
-
K-means
初略介绍k-means,初学者可通过此文档认识什么是k-means算法(Slightly introduced at the beginning of k- means, beginners can pass this document to know what is k- means algorithm)
- 2014-12-01 09:09:18下载
- 积分:1
-
Matlab
Matlab中下标,斜体,及希腊字母的使用方法(Matlab, subscript, italics, and the use of Greek letters)
- 2011-12-01 09:42:17下载
- 积分:1
-
spwmtz
基于MATLAB的SPWM调制的仿真模型。(The SPWM modulation MATLAB simulation model.)
- 2014-05-27 23:29:19下载
- 积分:1
-
Speech_Codes
基于MFCC的语音识别,matlab程序(MFCC-based speech recognition, matlab program)
- 2019-01-22 09:11:16下载
- 积分:1
-
matlab_mincut-v4.0
matlab 优化的grapcut程序,运算速度快,能达到40ms(matlab optimazation program, run verry quickly and can run in 40ms)
- 2013-05-08 15:28:47下载
- 积分:1
-
LPP
利用MATLAB对原始数据特征提取(数据降维)((Data dimensionality reduction of raw data feature extraction using MATLAB))
- 2021-03-25 17:49:14下载
- 积分: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