-
Improve-DSCM
数字图像相关方法,能够处理图像的变形情况,进而得到图像的应变和切应变(Digital image correlation method, it is possible to deal with the deformation of the image, and then get the strain and shearing strain of the image)
- 2021-04-01 18:09:07下载
- 积分:1
-
MATLab-GUI
matlab精通GUI界面编程,作者施晓红,周佳(matlab GUI graphical user interface)
- 2011-11-28 11:24:45下载
- 积分:1
-
prony 工具箱(in matlab)
prony工具箱用于对信号进行prony分析,(We have designed a software tool in MATLAB, the Prony Toolbox, to perform Prony analysis. Prony Toolbox (PTbox) is designed based on several considerations including data preprocessing, model order selection, model order selection criteria, signal subspace selection, signal and noise separation, root inspection and assessing residuals. The PTbox provides flexibility to compare and display analysis results simultaneously for several parameter variations.)
- 2019-05-13 18:08:42下载
- 积分:1
-
119128624mimo_waterfilling
mimo系统注水算法。。。。。。。。。。。。。。。。。。。。。。。。。。。(mimo systems injection method. . . . . . . . . . . . . . . . . . . . . . . . . . .)
- 2010-05-26 00:02:06下载
- 积分:1
-
Chaosgamerepresentationstructure
Chaos game representation of gene structure
- 2011-12-18 14:00:13下载
- 积分:1
-
滑模变结构控制MATLAB仿真仿真程序
说明: 本书以MATLAB作为仿真环境,系统地介绍了滑模变结构控制的几种先进的控制方法。本书凝练了作者多年来从事控制系统教学和科研工作的经验,同时融入了国内外同行近年来取得的最新成果。(This book uses MATLAB as the simulation environment to systematically introduce several advanced control methods of sliding mode variable structure control.
This book condenses the author's years of experience in teaching and scientific research on control systems, and at the same time incorporates the latest achievements made by domestic and foreign counterparts in recent years.)
- 2021-04-16 13:54:10下载
- 积分:1
-
estreodim
Matlab source for maths
- 2010-06-05 17:22:03下载
- 积分:1
-
0.2
说明: 本软件是matlab的时频分析工具箱,可用于开发基于matlab的脑电波分析软件,使得用意念控制电脑讲成为可能啊!(This software is the time-frequency analysis matlab toolbox for matlab based on the brain wave analysis software, makes use of ideas to control the computer speakers possible ah!)
- 2008-10-30 22:24:24下载
- 积分:1
-
SiteFactory5.0.0.0
动易sitefactory5.0 的源代码,快速建站的好帮手,亲自用过了,功能很强大。(Moving easily sitefactory5.0 source code, rapid establishment of a good helper, personally used, the function is very powerful.)
- 2014-09-12 11:45:13下载
- 积分: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