-
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
-
simulink
有关SIMULINK的资料,详细写了使用MATLAB下的SIMULINK对信号处理进行仿真的各种方法,通过各种例子的介绍,方便读者理解和运用(The SIMULINK detailing the use of written under MATLAB SIMULINK simulation of a variety of signal processing methods, the introduction of a variety of examples to allow readers to understand and use)
- 2011-07-19 13:39:05下载
- 积分:1
-
tubo_1_3_logmap_8160
Turbo码的matlab仿真,很全很实用,多个子程序,经本人仿真测试过,性能很好,可以直接用于科研等实际仿真中(Turbo is a well performed code,having great effect on communicating)
- 2011-09-14 22:53:16下载
- 积分:1
-
ellipsoidFN
this code for "ellipsoidFN: a tool for identifying a heterogeneous set of cancer biomarkers based on gene expressions" new tool for feature selection (biomarkers discovery)
- 2013-04-13 22:34:42下载
- 积分:1
-
feikonga
四旋翼飞行器的控制程序,实现四旋翼飞行器的自平衡,从而实现其平稳飞行。(The control procedure four rotor aircraft, the realization of the four rotor aircraft self balance, so as to realize the smooth flight.
)
- 2015-03-23 13:44:23下载
- 积分:1
-
CDMAtechnology
If you would like to try to use the above programs by using MATLAB.
First of all, please copy all of files to your created adequate directory.
Then, you start to run MATLAB and you can see the following command prompt in the command window.
- 2009-12-12 21:02:19下载
- 积分:1
-
matlab
说明: 自学matlab必备的60个小程序代码,对于初学者非常有帮助。(60 small self-matlab code necessary, very helpful for beginners.)
- 2011-03-07 21:41:47下载
- 积分:1
-
LMS
Small program for using LMS filter
- 2012-02-15 07:14:53下载
- 积分:1
-
hanshubijin
比较最佳平方逼近二次多项式,Chebyshev截断级数法以及插值余项极小法这三种函数逼近方法,并给出图形(Comparison of the best square quadratic polynomial approximation, Chebyshev truncated series method as well as more than a very small interpolation method of the three function approximation methods, and gives graphical)
- 2008-04-19 20:32:17下载
- 积分:1
-
example_sel2html
plot the examples .Useful for the beginners.
- 2013-03-14 18:03:50下载
- 积分:1