登录
首页 » matlab » 阻抗控制10N

阻抗控制10N

于 2021-03-17 发布
0 294
下载积分: 1 下载次数: 22

代码说明:

说明:  双连杆机械臂阻抗控制仿真,完成力位置混合控制仿真,期望轨迹为圆(The impedance control simulation of the double link manipulator completes the hybrid control simulation of the force and position, and the expected trajectory is a circle)

文件列表:

阻抗控制10N\chw_input.m, 815 , 2019-03-06
阻抗控制10N\chw_plot.m, 1313 , 2019-12-13
阻抗控制10N\chw_sim.mdl, 34343 , 2019-03-21
阻抗控制10N\chw_system.m, 3509 , 2019-03-21
阻抗控制10N\chw_xd.m, 2334 , 2019-03-21
阻抗控制10N\slprj\_jitprj\jitEngineAccessInfo.mat, 756 , 2019-03-12
阻抗控制10N\slprj\_jitprj\slLrevgbOxl1T7nFXmMBjqB.l, 11996 , 2019-03-12
阻抗控制10N\slprj\_jitprj\slLrevgbOxl1T7nFXmMBjqB.mat, 708 , 2019-03-12
阻抗控制10N\slprj\_jitprj\szHK9xszthCWxM7Uqukzi0F.l, 7656 , 2019-03-12
阻抗控制10N\slprj\_jitprj\szHK9xszthCWxM7Uqukzi0F.mat, 692 , 2019-03-12
阻抗控制10N\slprj\_sfprj\EMLReport\emlReportAccessInfo.mat, 759 , 2019-03-12
阻抗控制10N\slprj\_sfprj\EMLReport\slLrevgbOxl1T7nFXmMBjqB.mat, 6605 , 2019-03-12
阻抗控制10N\slprj\_sfprj\EMLReport\szHK9xszthCWxM7Uqukzi0F.mat, 8247 , 2019-03-12
阻抗控制10N\slprj\_sfprj\precompile\autoInferAccessInfo.mat, 998 , 2019-03-12
阻抗控制10N\slprj\_sfprj\precompile\kusYkb8odBmvBThem6LbRH.mat, 630 , 2019-03-12
阻抗控制10N\slprj\_sfprj\precompile\yw6xJd9JhGGLGgPWg69xWH.mat, 585 , 2019-03-12
阻抗控制10N\slprj\_sfprj\twolink2016a\_self\sfun\info\binfo.mat, 826 , 2019-03-12
阻抗控制10N\slprj\_sfprj\twolink2016a\_self\sfun\info, 0 , 2019-03-24
阻抗控制10N\slprj\_sfprj\twolink2016a\_self\sfun, 0 , 2019-03-24
阻抗控制10N\slprj\_sfprj\EMLReport\slLrevgbOxl1T7nFXmMBjqB, 0 , 2019-03-12
阻抗控制10N\slprj\_sfprj\EMLReport\szHK9xszthCWxM7Uqukzi0F, 0 , 2019-03-12
阻抗控制10N\slprj\_sfprj\twolink2016a\_self, 0 , 2019-03-24
阻抗控制10N\slprj\_sfprj\EMLReport, 0 , 2019-03-24
阻抗控制10N\slprj\_sfprj\precompile, 0 , 2019-03-24
阻抗控制10N\slprj\_sfprj\twolink2016a, 0 , 2019-03-24
阻抗控制10N\slprj\_jitprj, 0 , 2019-03-24
阻抗控制10N\slprj\_sfprj, 0 , 2019-03-24
阻抗控制10N\slprj, 0 , 2019-03-24
阻抗控制10N, 0 , 2019-03-24

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

发表评论

0 个回复

  • 采用WinSock实现的聊天序 入门socket的好东西
    采用WinSock实现的聊天程序 入门socket编程的好东西-WinSock realize the use of the chat program entry-socket programming of good things
    2022-12-03 12:05:03下载
    积分:1
  • Curvelet
    基于matlab环境的开发,利用curvelet进行去噪(Matlab-based development environment, using curvelet Denoising)
    2007-10-06 11:03:13下载
    积分:1
  • fenggetest
    说明:  自编的文件分割器,功能比较全,可供参考。(Own partition of the documents, and full-feature comparison is available for reference.)
    2008-11-27 17:11:59下载
    积分:1
  • 扫描局域网网端地址的
    扫描局域网网端地址的程序-scan LAN network addresses in the end
    2022-03-23 17:51:20下载
    积分:1
  • HEU_KMS_Activator_v2.4
    合并果子,压缩是一种有效的减小数据量的方法,目前已经被广泛应用于各种类型的信息系统之中。 一种压缩文本文件的方法如下: 1. 原始文本文件中的非字母的字符,直接拷贝到压缩文件中; 2. 原始文件中的词(全部由字母组成),如果是第一次出现,则将该词加入到一个词的列表中,并拷贝到压缩文件中;否则该词不拷贝到压缩文件中,而是将该词在词的列表中的位置拷贝到压缩文件中。 3. 词的列表的起始位置为 1 。 词的定义为文本中由大小写字母组成的最大序列。大写字母和小写字母认为是不同的字母,即 abc 和 Abc 是不同的词。词的例子如下: * x-ray 包括两个词 x 和 ray * mary s 包括两个词 mary 和 s * a c-Dec 包括三个词 a 和 c 和 Dec 编写一个程序,输入为一组字符串,输出为压缩后的文本。(Fruit combined compression is an effective method for reducing the amount of data, has been widely applied to various types of information into the system. A method of compressing a text file is as follows: 1 original text file non-alphabetic characters, copy directly to the compressed file 2 words in the original document (all composed of letters), if it is the first time, then. The word is added to a word list, and copied to the compressed file otherwise the term is not copied to the compressed file, but the position of the word in the list of words copied to the archive. 3 the starting position is a list of words. The maximum term is defined by a sequence of text consisting of uppercase and lowercase letters. Uppercase and lowercase letters are considered different letters, ie abc and Abc are different words. Examples of the word as follows:* x-ray consists of two words x and ray* mary' s, including two words mary and s* a c-Dec consists of three words a and c and Dec to write )
    2013-12-02 17:28:34下载
    积分:1
  • ASP.NET2005(C#)+ACCESS实现的在线活动发布管理网站,自行开发并在网络运行的哦。有兴趣的人可以下载参考下!...
    ASP.NET2005(C#)+ACCESS实现的在线活动发布管理网站,自行开发并在网络运行的哦。有兴趣的人可以下载参考下!-ASP.NET2005 (C#)+ ACCESS to achieve release management website online activities, self-development and in the network of Oh. Those who are interested can download the reference to the next!
    2022-06-14 21:24:01下载
    积分:1
  • The examples used to obtain system information of the protocol stack, and contro...
    该实例用以获得系统安装的各协议栈信息,并通过树形控件直观的显示出来-The examples used to obtain system information of the protocol stack, and control through an intuitive tree display
    2022-09-17 23:05:03下载
    积分:1
  • visca
    SONY VISCA协议 源代码 c++(sony visca c++)
    2021-02-20 11:19:43下载
    积分:1
  • exoparg6
    AML execution - opcodes with 6 arguments.
    2013-03-21 10:22:03下载
    积分:1
  • abc
    基于MFC在编辑框中实现文件的打开、查找和关键字搜索定位等功能(Based on MFC it realized the openning and searching of files or texts in your edit box and so on )
    2013-12-04 21:04:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载