-
DEmo
利用matlab语言实现常微分方程的求解,可以很好的解决常微分方程问题(Matlab language to achieve the solution of ordinary differential equations, can solve the problems of ordinary differential equations)
- 2012-08-20 00:42:56下载
- 积分:1
-
4
说明: this module introduces the wavelet
- 2009-10-24 17:30:33下载
- 积分:1
-
Arias
Calculating Arias Intensity of earthquake.
- 2010-11-15 22:28:44下载
- 积分:1
-
20071008012
MATLAB模糊神经网络的一些代码,算法。(MATLAB fuzzyNN)
- 2014-11-29 20:53:11下载
- 积分:1
-
SVM1
利用MATLAB中的SVM工具箱做预测的一些分析,有详细的功能描述(Some analysts forecast SVM toolbox in MATLAB, a detailed functional description)
- 2013-04-24 22:02:24下载
- 积分:1
-
kaufman
Direct Adaptive Control Algorithms
- 2009-05-11 00:21:06下载
- 积分:1
-
basicRadar
This is a basic book on radars
- 2011-01-19 12:17:38下载
- 积分:1
-
bub
function [mubnd,var,dc,dr,gcr,grc] = bub(m,blk,Dinitbnd,Ginitbnd,pmu,diagnose,clevel)
- 2015-02-13 17:53:19下载
- 积分:1
-
6DOA
经典music算法 注释清晰 易懂 仿真参数可以自己进行修改 可以一起交流(Classical music algorithm lucid comment。simulation algorithm parameters can be modified to exchange their own together)
- 2014-04-12 16:58:26下载
- 积分: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