-
Driscoll-T.A
The purpose of this document is to give a medium-length introduction to the essentials of
MATLAB and how to use it well. I’m aiming for a document that’s somewhere between a two-
page introduction for a numerical methods course and the excellent but longer Getting Started and
other user guides found in the online docs. I use it in a week-long “boot camp” for graduate
students at the University of Delaware in the summer after their fi rst year of study.
- 2011-12-03 04:41:10下载
- 积分:1
-
shah-method-for-PDOF
This code is shah s iterative algorithm for selecting primary degrees of freedom in system reduction methodology.
- 2013-12-07 11:17:45下载
- 积分:1
-
6LoWPAN
6lowpan的一个相关文章,很有用处的(6LoWPAN_The Wireless Embedded Internet,it is very good)
- 2014-02-19 13:14:28下载
- 积分:1
-
ANT
蚁群优化算法解决tsp问题基本matlab源码(Ant colony optimization algorithm to solve the problem tsp basic matlab source)
- 2008-01-05 09:46:53下载
- 积分:1
-
arnold
arnold置乱与反置乱源代码,程序完整,可直接在matlab欲行,也可直接调用函数,所选二值图像为方阵(arnold scrambling and anti-scrambling the source code, the integrity of the process, like the line directly in matlab, can also directly call the function, the selected binary image for the square)
- 2012-05-25 21:51:06下载
- 积分:1
-
graph_algorithm_matlab_program
各种图论算法的matlab程序实现,包括floyd、hamilton、kruskal等(Various graph algorithm matlab program implementation, including floyd, hamilton, kruskal etc.)
- 2015-01-27 16:16:48下载
- 积分:1
-
AMT
figure imagesc(Img,[0 255]) colormap(gray) hold on
bw = roipoly
phi = 2*(0.5-bw)
tic
for n = 1:200
phi = Evo_ILF_2D(phi,mu,lambda,epsilon,timestep,Img_lap)
pause(0.05)
imagesc(Img, [0, 255]) colormap(gray) hold on
[c,h] = contour(phi,[0 0], b )
iterNum=[num2str(n), iterations ]
title(iterNum)
hold off
- 2015-03-16 13:37:29下载
- 积分:1
-
wind-power-system
PSIM9.0,风力发电控制,PSIM很好用的,电力电子仿真的话(PSIM9.0, wind power control, PSIM well used, the words of power electronic simulation)
- 2013-12-11 00:00:55下载
- 积分:1
-
IEEEXplore
Find edge for an input gray image
Input:an gray scale image
Output:
1.Image_OE:the detected edge
reference:P. Perona and J. Malik. Detecting and localizing edges composed
of steps, peaks and roofs. ICCV, 1990( Find edge for an input gray image Input: an gray scale image Output: 1.Image_OE: the detected edge reference: P. Perona and J. Malik. Detecting and localizing edges composed of steps, peaks and roofs. ICCV, 1990)
- 2009-11-16 22:05:33下载
- 积分:1
-
SVMRFE
svm的一种特征选择方法,基因选取算去,减少特征数量,减少运算时间,也可提高运算精度(svm a feature selection method, gene selection operator to reduce the number of features to reduce the computation time, but also can improve the calculation accuracy)
- 2020-09-28 21:27:44下载
- 积分:1