搜索资源列表
线性方程组雅可比迭代法
- 数值计算方法实验 实验2 用雅克比迭代法解方程组 一、 实验目的 1、 学习使用雅克比迭代法求解方程组,加深对雅克比迭代法的认识。 2、 在误差允许的范围内,在循环次数较少的情况下,求解方程组的稳定解。 3、 进一步加深对Matlab的学习。
IDB.rar
- 这是图像恢复中的盲反卷积迭代算法的matlab的源程序,对于学习数字图像有很大的好处!,This is image restoration in the Iterative Blind Deconvolution algorithm matlab source for the study of digital image has a lot of benefits!
ILC
- 迭代学习控制的matlab程序,m文件结合simulink实现。-Iterative Learning Control matlab program, m file with simulink realization.
ILC
- 多输入多输出系统迭代学习控制算法程序,此程序对迭代学习控制算法的新手,具有一定帮助,加深对ILC算法的理解。-the ILC of MIMO system
ilc2
- 迭代学习控制源代码,希望学习次控制方法的朋友能和我交换资源-Iterative learning control source code, want to learn controls the method of exchange of resources and my friends can
ILC
- 一个简单的迭代学习控制的MATLAB程序-A simple iterative learning control of the MATLAB program
Y877760[1]
- 迭代学习控制,MATLAB实现程序,pid控制器-Iterative Learning Control, MATLAB realization process, pid controller
04416938
- 迭代学习控制,pid控制率,ift控制算法-Iterative learning control, pid control, ift control algorithm
AnIterativeLearningControlSchemeforManipulators.ra
- 一个迭代学习控制方案,证明所提算法的收敛性等问题-An Iterative Learning Control Scheme for Manipulators
IterativeLearningControlforLinearMotorMotion
- 迭代学习控制的直线电机的运动 系统,及其收敛性分析仿真-Iterative Learning Control for Linear Motor Motion System
Robot-program
- 《机器人控制系统的设计与MATLAB仿真》一书所有的matlab仿真程序。本书系统地介绍了机器人控制的几种先进设计方法,是作者多年来从事机器人控制系统教学和科研工作的结晶,同时融入了国内外同行近年来所取得的最新成果。全书以机器人为对象,共分10章,包括先进PID控制、神经网络自适应控制、模糊自适应控制、迭代学习控制、反演控制、滑膜控制、自适应鲁棒控制、系统辨识和路径规划。-" Robot Control System Design and MATLAB simulation,"
ilcexample
- 迭代学习控制的matlab算法,看看对大家伙有没有帮助-Matlab iterative learning control algorithm to see if there is no help for the big guys
iterative-learning-of-two-wheel-car
- 二轮小车的迭代学习 matlab 程序-iterative learning control of a two-wheel car
Matlab--LEACH
- 迭代学习控制算法的M文件-An Improved LEACH MAtlab achieve with conventional compare
PDE-MATLAB
- 偏微分方程的数值求解,分布参数系统的迭代学习控制,跟踪系统输出的完全跟踪-Partial differential equation numerical solution, the iterative learning control of distributed parameter systems, the complete tracking tracking system output
SMO算法实现
- 使用Matlab重新实现了svm算法中的核心算法SMO,即序列优化问题。 其中my_seqminopt.m是重写的实现代码,完成了核心的迭代优化过程。(MATLAB code of SMO algorithm in SVM algorithm)
repetative
- 用于迭代学习的基础教程,可以很快的进入迭代学习的阵营(The basic tutorial for iterative learning, you can quickly enter the camp of iterative learning)
迭代学习Matlab仿真
- 自己手写的迭代学习控制的matlab仿真代码,亲测可用(Self-handwritten iterative learning control matlab code, pro test available)
牛顿迭代法matlab程序
- 牛顿迭代法 适合初学者学习,条理清晰,有注释。也可以在程序上修改,方面实用。
Gauss_Seidel迭代法
- Gauss-Seidel 迭代法求解的例程序及源代码,供大家共同学习,如果错误,请大家批评指正