-
danchunxing_xunyou
MatLab环境下编程实现简单交互式单纯形法进行寻优并显示寻优结果。(MatLab environment realize simple interactive programming simplex method for optimization and display the results of optimization.)
- 2008-04-30 19:30:44下载
- 积分:1
-
final
inverse kinematics 7 dof
- 2010-02-17 02:17:39下载
- 积分:1
-
circle_fit
毕设,圆拟合程序,使用最小二乘法。
输出圆心,半径。(Picasso, circle fitting procedures set, using least-square method.
Output circle, radius.)
- 2009-05-05 09:06:30下载
- 积分:1
-
svc
说明: 电力系统无功补偿和谐波抑制matlab仿真程序
请大家多多指教(reactive power compensation and harmonic suppression Matlab simulation program please exhibitions)
- 2005-09-06 20:35:54下载
- 积分:1
-
Finite-difference-method-in-Matlab
有限差分法的Matlab程序(椭圆型方程),用有限差分法求解矩形域上的Poisson方程(Finite difference method in Matlab (elliptic equations), the finite difference method for solving the Poisson equation on a rectangular domain)
- 2021-03-29 10:49:11下载
- 积分:1
-
three_level_diode_cl_pwm
three level inverter
- 2013-04-01 16:53:43下载
- 积分:1
-
Speech-endpoint-detection
双门限法,双门限法的改进和推广,相关法的端点检测,方差法的语音端点检测,谱距离法的端点检测,谱熵在端点检测中的应用(Double threshold method, double threshold method improvement and promotion, endpoint detection correlation method, endpoint detection variance method, the endpoint detection spectral distance method, the Spectrum Entropy in the endpoint detection)
- 2014-11-19 20:52:34下载
- 积分:1
-
MATLAB1
matlab codes for ant colony optimization
- 2009-12-11 15:16:31下载
- 积分: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
-
matlabimageprocessing
matlab进行图像处理,图像增强,图像锐化,图像平滑(matlab image processing, image enhancement, image enhancement, image smoothing)
- 2010-05-06 13:14:06下载
- 积分:1