-
PID
这是偶近几年来研究的多种PID控制程序,有灰色PID,神经网络自适应PID,模糊PID等等,程序多多,肯定会对大家有帮助的!()
- 2007-07-29 09:07:34下载
- 积分: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
-
DYBY
提取点云的边缘,最小二乘法拟合曲面的方法 效果特别好(To extract the edge of the point cloud, the least squares fitting method of surface effect is very good)
- 2020-07-03 21:40:02下载
- 积分:1
-
MATLAB
清楚,MATLAB命令大全
管理命令和函数
help 在线帮助文件
doc 装入超文本说明
what M、MAT、MEX文件的目录列表
(clear)
- 2010-12-19 17:38:40下载
- 积分:1
-
DVB-S.tar
simple implementation of DVBS technology
- 2012-06-16 11:23:07下载
- 积分:1
-
farward_fuel
bidirectional converter with the fuel cell
- 2015-02-22 16:08:30下载
- 积分:1
-
chap4
《滑膜变结构控制matlab仿真》第四章( synovial VSC matlab simulation Chapter 4)
- 2015-04-08 10:00:40下载
- 积分:1
-
QPSK
说明: 实现QPSK的仿真,画出误码率和信噪比的曲线(QPSK simulation to achieve, draw the curve of error rate and SNR)
- 2010-04-22 09:55:44下载
- 积分:1
-
gffhfh
HINEX SOLDIERS FOOLS FOOLF
- 2013-04-28 14:56:53下载
- 积分:1
-
kmeans_clustering
对KMEANS算法进行matlab实现,有数据支持(On KMEANS algorithm matlab realize, there are data to support)
- 2013-12-13 22:13:54下载
- 积分:1