-
Application_of_the_optimization_function_in_MATLAB
介绍了matlab中常用的优化函数并给出了算例(Describes the commonly used optimization function matlab)
- 2010-02-23 10:30:06下载
- 积分:1
-
sd
说明: sphereandML是主程序,性能接近最大似然ML检测,调用了spheredecode和spheredecodeinf两个子程序;(ml sd )
- 2010-05-16 19:54:12下载
- 积分:1
-
sap2000_matlab_frame_V1
Interface Sap2000 - Matlab
- 2017-07-03 22:17:48下载
- 积分: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
-
SIF_HW1
This code is used for trajectory tracking using Kalman filter.
- 2014-10-01 15:19:49下载
- 积分:1
-
pca
主成分分析 pca函数代码,用于数据的降维、压缩、去噪、主成分分析等方面。。。(principal component analysis)
- 2012-08-25 16:31:52下载
- 积分:1
-
fuhaojisuan
matlab实现的符号计算,matlab课的作业(the matlab implementation Symbolic Computation, matlab homework assignment involved)
- 2012-08-30 12:10:23下载
- 积分:1
-
Create-some-artificial-two-term-mixture-data
Create some artificial two-term mixture data
- 2014-12-20 14:35:09下载
- 积分:1
-
聚类分析
基于matlab平台下,可实现聚类分析功能。(直接实测代码)(Based on the MATLAB platform, clustering analysis function can be realized. (direct measured code))
- 2017-09-17 08:14:26下载
- 积分:1
-
微分进化算法可以求解大规模非线性的数学模型 DE
说明: 微分进化算法可以求解大规模非线性的数学模型(Differential evolution algorithm)
- 2020-06-23 05:00:01下载
- 积分:1