-
MATLAB-function-Quick-Guide-2
《脑动力:MATLAB函数功能速查效率手册》 光盘源码下。7~12章(Brain Power: MATLAB function Quick Guide CD Matlab-code 2.Chapter 7~12)
- 2015-01-26 17:16:56下载
- 积分:1
-
runge
说明: runge现象的matlab仿真,用于数值分析(phenomenon of runge, simulated via matlab, for mathmatical analysis)
- 2009-08-25 10:44:05下载
- 积分:1
-
2-DOF-Quarter-Car-Model
二自由度四分之一车模型,matlab/simulink(Two degrees of freedom quarter car model, matlab/simulink)
- 2013-06-09 00:32:29下载
- 积分:1
-
FDTD_Method
FDTD方法的书,书中有代码,很不错,可以看看(FDTD)
- 2009-12-01 15:37:27下载
- 积分:1
-
bldc
说明: 在分析了无刷直流电动机 (BLDCM) 数学模型的基础上,用 MAT LAB建立了无刷直流电动机控制系统的
真模型,对系统进行了仿真和分析,给出了仿真结果,验证了数学模型的有效性及控制系统设计的合理性。(The analysis of the brushless DC motor (BLDCM) based on the mathematical model, using MAT LAB established a brushless DC motor control system of the true model of the system simulation and analysis of simulation results to verify the mathematical model effectiveness and control system design is reasonable.)
- 2011-04-06 14:16:40下载
- 积分:1
-
MATLAB
说明: 控制系统中PID分数阶控制系统MATLAB工具箱(MATLAB Toolbox for PID Fractional Order Control System)
- 2020-12-02 16:39:25下载
- 积分:1
-
canon
一个比较有意思的程序,运行可以播放卡农的音乐(A more interesting program run can play the music of Canon)
- 2012-07-02 14:20:39下载
- 积分:1
-
MATLAB
MATLAB仿真作业。
1.Huffman编码
2.qpsk调制与解调
3.hamming信道编码(MATLAB simulation of operation. 1.Huffman coded modulation and demodulation 2.qpsk channel coding 3.hamming)
- 2009-12-09 16:14:59下载
- 积分:1
-
newton
Cauchy s Method for Multiple Variable Functions
- 2010-12-22 12:54:44下载
- 积分: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