说明:一份详细的matlab手册,里面有关于matlab各个函数的详细介绍及例子-Matlab a detailed manual, which all function on matlab detailed introduction and examples
说明:使用ziegler函数可以直接设计出系统的PID类控制器-ziegler function can be used directly to design the PID controller category
说明:一种求解目标函数最小化的MATLAB仿真程序.-A solution of the objective function to minimize the MATLAB simulation program.
说明:matlab绘图功能,plot,ezplot等等函数的用法及各自的特点-matlab graphics, plot, ezplot function usage, etc. and their respective characteristics
说明:已知某系统传递函数G,可以调用改代码对系统进行降阶处理。功能同routh降阶相似,不过这里的分子阶次r和分母阶次k可以不止相差1。-Known transfer function of a system G, can call the code to deal with reduced-order ...
说明:此代码为本人运用视频读取函数实现视频帧的读取,并可批量转为BMP等格式,另有运动目标静止背景的提取。内附说明文档,欢迎交流。-this code for the use of video I read function video frames to read and can volume to B...
说明:kriging响应面模型,该程序可以进行函数的拟合,精度很高
说明:自己实现的一维、二维DFT。优点:变换后的低频分量在中间,弥补了matlab库函数的不足(高频分量在中间)
说明:通过使用matlab优化工具箱中的函数fmincon解决有约束的非线性优化问题,有详细的代码过程。