-
gatbx
说明: Matlab遺傳演算法工具箱原始碼及應用(Matlab genetic algorithm toolbox and application source code)
- 2008-11-30 21:33:52下载
- 积分:1
-
EPUS-PSO
基于粒子管理器的粒子群算法研究 粒子群优化算法进化(Population Manager of PSO)
- 2011-05-10 12:08:12下载
- 积分:1
-
multiobjective-optimization-problem
多目标优化问题,用matlab来实现,即实现了图像功能,更能够体现人的思想(Multi-objective optimization problem, using matlab to achieve, namely to achieve the image function, better able to reflect people' s thoughts)
- 2013-10-16 22:44:30下载
- 积分:1
-
RDA
大斜视角下,点目标的距离多普勒算法(RDA,Range_Doppler Algorithm)仿真,Matlab语言。(Range_Doppler Algorithm,Matlab)
- 2014-02-25 23:56:41下载
- 积分:1
-
videofig
A figure ready to scroll through and play videos. You can also draw any custom graphics on it.
(VIDEOFIG(NUM_FRAMES, @REDRAW_FUNC) creates a figure with a horizontal scrollbar and shortcuts to scroll automatically. The scroll range is 1 to NUM_FRAMES. The function REDRAW_FUNC(F) is called to redraw at scroll position F (for example, REDRAW_FUNC can show the frame F of a video).
This can be used not only to play and analyze standard videos, but it also lets you place any custom Matlab plots and graphics on top.
Jiro posted a great example on the Pick of the Week blog, along with a nice GIF animation so you can see it in motion:
http://blogs.mathworks.com/pick/2010/12/10/video-player-for-your-frame-based-processing/
EXAMPLE 1
Place this in a file called "redraw.m":
function redraw(frame)
imshow([ AT3_1m4_ num2str(frame, 02.0f ) .tif ])
end
Then from a script or the command line, call:
videofig(10, @redraw)
redraw(1)
The images "AT3_1m4_01.tif" ... "AT3_1m4_10.tif" are part of the Image
Processing Toolbox and there s no ne)
- 2010-12-14 16:38:11下载
- 积分:1
-
System_Design_Implementation
刚出版的关于用MATLAB去仿真mpc在工业控制中的使用,书中有很多实例和源码,非常好的参考书.(Recently published on the mpc simulation using MATLAB to control the industrial use of the book there are many examples and source code, a very good reference book.)
- 2009-07-16 04:45:54下载
- 积分:1
-
chiebuka_eyisi_hw3p4
Design of a 3 phase round rotor turbo-alternator to satisfy the following specs: 150MW(real power), Y connected, 12.6kV (terminal voltage), 60Hz, 4 pole 0.85 lagging, 250m/s peripheral speed for 20 over speed run, directly cooled stator(water) and rotor(hydrogen), Vfmax = 500V, 60 slots, 14/15 pitch, skew 1 slot, 12 parallel circuits and 25 degree C, working temperature.
- 2013-04-16 08:02:35下载
- 积分:1
-
Codes
FDTD Matlab code 1d 2d 3d
- 2010-03-09 09:53:46下载
- 积分:1
-
FDTD_Perf3D.tar
Analyze performance of 3D FDTD algorithm for large systems.
- 2014-09-16 17:46:39下载
- 积分:1
-
Sampling_Of_2D_Geometrical_Object_via_Line_Beams
The objective is to illustrate the coordinated sampling of a geometrical shape such as an eclipse is used in this case.
For illustrative purposes the gridded plot is sampled by detection of line beam intersections of the edge and in-bound regions of the eclipse.
The coordinates are traced and pixelized into an image map.
- 2013-04-25 06:19:35下载
- 积分:1