登录
首页 » matlab » xitongbianshi

xitongbianshi

于 2020-08-23 发布 文件大小:260KB
0 125
下载积分: 1 下载次数: 193

代码说明:

  应用一般最小二乘法与递推式最小二乘法对二阶系统进行参数辨识(RLS)

文件列表:

应用一般最小二乘法与递推式最小二乘法对二阶系统进行参数辨识.doc,882688,2010-06-22

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Code
    Matlab Code for beginers
    2012-07-16 15:36:37下载
    积分:1
  • src
    How to use the ordinary Voronoi partition generator. The m-files also have their own help documentation that you can view in Matlab. This code creates a bounding polygon that is a square. Then it randomly creates 10 points and then creates and draws the partition. bounds = [0, 10, 10, 0 0, 0, 10, 10] points = 10 * rand(2, 10) regions = voronoi(bounds, points) drawRegions(bounds, regions) ================================ This is a brief set of instructions on how to use the Multiplicatively- weighted Voronoi partition generator. Each of the m-files has a help section, so in Matlab you can call: help mwvoronoi help drawRegions Here is an example that creates a bounding polygon, a square with side length 10. Then it randomly creates six points with random weights. Finally, the code draws the resulting partition. bounds = [0, 10, 10, 0 0, 0, 10, 10] points = 10 * rand(3, 6) regions = mwvoronoi(bounds, points) drawRegions(bounds, regions) Enjoy!
    2013-10-30 12:23:18下载
    积分:1
  • algorithme-genitice
    code matalab of algorithme gentic using in recognition a object
    2014-02-04 22:46:07下载
    积分:1
  • ESN
    在matlab环境下,实现了回声状态网络的训练、测试功能(The methods described for training ESNs are described in detail)
    2020-11-09 22:39:47下载
    积分:1
  • detectedges
    A matlab function that is used to calculate edges of some particular image...
    2010-07-24 17:43:58下载
    积分:1
  • three_axis
    用simulink编写的实现二自由度冗余机器人的位置控制,利用自己设计的控制器模块(achieve two degrees of freedom redundant robot position control)
    2010-10-18 08:59:42下载
    积分:1
  • myfunction
    说明:  matlab 功能强大 网上下载 据说是单片机和matlab串口通信(matlab download is said to be a powerful microcontroller and serial communication matlab)
    2011-04-17 10:56:19下载
    积分:1
  • Optimization
    主要是数学中的优化算法,包含无约束优化和约束优化算法求解。(Optimization algorithm)
    2012-03-28 17:01:22下载
    积分:1
  • condensation-code
    condensation code for tracking multiple people based on bayesian framework
    2011-07-08 10:44:13下载
    积分:1
  • xDifferential
    用有限差分法、多项式拟合方法和三次样条插值方法对离散数据进行数值微分(Using the finite difference method, polynomial fitting method and cubic spline interpolation method for numerical differentiation of discrete data)
    2012-10-03 16:32:25下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载