-
BracketExactrar
finds the left end of the interval containing a point and valuates the exact solution for 1D finite element.
- 2011-01-21 20:55:59下载
- 积分:1
-
for_example
matlab的一个小程序,for循环,这事最基础的程序,大家一定要掌握的(matlab a small program, for circulation, this most basic procedures, the U.S. must find the)
- 2008-04-08 00:18:47下载
- 积分:1
-
SVM
A support vector machine (SVM) is a concept in statistics and computer science for a set of related supervised learning methods that analyze data and recognize patterns, used for classification and regression analysis.
- 2011-11-09 11:55:21下载
- 积分:1
-
emd_visu
说明: 用来显示EMD的小程序,希望大家能够喜欢。(EMD small program used to display, I hope you will enjoy it.)
- 2010-04-30 09:50:58下载
- 积分:1
-
group-distance
自动做PCA并计算各组间中心点的尤拉距离。源程序。(PCA done automatically and calculate the center point of each group Euler distance. Source.)
- 2014-12-22 10:30:47下载
- 积分:1
-
matlab-with-traffic
对实时视频数据做二值化处理,实现目标分离跟踪检测,实现计数。通过对目标特征点连续多帧跟踪,利用最小二乘法实现测速。(traffic 凑难听)
- 2015-01-18 23:07:40下载
- 积分:1
-
LianXu_XiangDuiDingXiang
摄影定理原理 对测方图像 连续相对定向 并进行误差分析 单位权中误差(Photography theorem principle of the measuring square image is continuous relative orientation and error analysis of unit weight error)
- 2013-05-19 22:12:52下载
- 积分:1
-
软判决解映射的简化算法
提出了一种软判决解映射的简化算法,简化算法同时提高性能(a new simplified soft-output demapping algorithm)
- 2017-12-07 20:48:41下载
- 积分:1
-
Fuzzymovingsliding
fuzzy moving sliding mode
- 2009-04-15 17:50:12下载
- 积分: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