登录
首页 » matlab » 阻抗2

阻抗2

于 2021-03-17 发布 文件大小:1084KB
0 260
下载积分: 1 下载次数: 32

代码说明:

  自适应阻抗控制仿真程序,迭代自适应控制。。。。(Adaptive impedance control)

文件列表:

阻抗2\B数据.mat, 18068 , 2018-03-31
阻抗2\cwdm.m, 55 , 2018-03-31
阻抗2\fx.m, 144 , 2018-05-26
阻抗2\K数据.mat, 16412 , 2018-04-02
阻抗2\tuxiang.m, 234 , 2018-04-02
阻抗2\tuxiang2.m, 35 , 2018-03-22
阻抗2\tuxiang3.m, 134 , 2018-05-25
阻抗2\Untitled.m, 27 , 2018-05-23
阻抗2\X.mat, 198808 , 2018-09-30
阻抗2\x1.mat, 196136 , 2018-03-31
阻抗2\X2.mat, 150736 , 2018-05-25
阻抗2\Xerror.m, 165 , 2018-05-26
阻抗2\Y.mat, 198808 , 2018-09-30
阻抗2\zishiying2.slx, 21704 , 2018-03-31
阻抗2\zk.slx, 21087 , 2018-03-15
阻抗2\zk01_5.m, 864 , 2018-04-01
阻抗2\zk02_1.m, 1575 , 2018-03-21
阻抗2\zk02_5.m, 1152 , 2018-04-01
阻抗2\zk03.m, 842 , 2018-03-21
阻抗2\zk03_5.m, 789 , 2018-04-01
阻抗2\zk04.m, 631 , 2018-03-20
阻抗2\zk04_5.m, 662 , 2018-04-01
阻抗2\zk05.m, 667 , 2018-03-20
阻抗2\zk05_5.m, 703 , 2018-04-01
阻抗2\zk05_5_1.m, 681 , 2018-03-31
阻抗2\zk06.m, 713 , 2018-03-20
阻抗2\zk06_5.m, 750 , 2018-09-28
阻抗2\zk07_5.m, 898 , 2018-04-01
阻抗2\zk1.slx, 21677 , 2018-03-22
阻抗2\zk1.slx.autosave, 14582 , 2018-09-26
阻抗2\zk2.slx, 21818 , 2018-03-23
阻抗2\zk2tcs.slx, 21814 , 2018-03-31
阻抗2\zkkz.slx, 13154 , 2018-03-21
阻抗2\zklk.slx, 25281 , 2018-03-28
阻抗2\zklk1.slx, 28228 , 2018-09-28
阻抗2\zklk1.slx.r2014a, 21677 , 2018-03-22
阻抗2\zsyzk.slx, 21813 , 2018-03-27
阻抗2\图5.jpg, 39510 , 2018-05-26
阻抗2\图片1_meitu_1_meitu_1.jpg, 7234 , 2018-03-23
阻抗2\图片2_meitu_1_meitu_1_meitu_1.jpg, 46898 , 2018-03-23
阻抗2\黄小翀%2B基于MatlabSimulink的工业机器人力控制仿真研究江西理工大学.doc, 321034 , 2018-04-08
阻抗2\黄小翀—基于Matlab-Simulink的工业机器人力控制仿真研究.doc, 326674 , 2018-04-03
阻抗2\黄小翀—基于Matlab-Simulink的工业机器人力控制仿真研究.docx, 222327 , 2018-03-30
阻抗2, 0 , 2018-09-28

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

发表评论

0 个回复

  • fd202
    二维的FDTD,一个连续的脉冲源的传播,边界为PML(Two-dimensional FDTD, a continuous pulse source propagation, the boundary for the PML)
    2010-07-22 17:02:38下载
    积分:1
  • Random-number-generation
    说明:  matlab种各种随即数的生成源代码,文件中有近20种随机数的产生。(the number of species then matlab generate all the source code, file, nearly 20 kinds of random number generation.)
    2011-03-18 23:49:00下载
    积分:1
  • matlab_teachbook
    经典的matlab网络教程。将rar内所有文件解压缩到一个根目录下,点击index.htm的相应链接即可,简单方便。(classic Matlab Network Directory. Rar of all files compressed into a root directory, click on the appropriate link index.htm can, easy.)
    2006-10-10 20:50:41下载
    积分:1
  • UnwellLineEquSet-matlab
    病态线性方程组的计算题,涉及Gauss消元法、雅可比迭代法、高斯-赛德尔迭代法、最速下降法和共轭梯度法。每一个方法,都编写一个m文件,封装成函数的形式。然后通过总的HilbLineEquSet.m文件来调用执行,画出误差曲线图,得到运行结果。总的Matlab程序流程,如下所示: 病态方程组的计算包括:HilbLineEquSet.m、gauss.m、jacobi.m、gauss_seidel.m、fastest_descend.m和conjugated_grad.m六个文件。 程序执行结果包括:求解结果、迭代次数、迭代误差数据、误差曲线图等。 (Morbid Linear Equations calculation problems involving Gauss elimination method, Jacobi' s iterative method, Gauss- Seidel iterative method, steepest descent method and conjugate gradient method. Each method, all the preparation of an m file, packaged in the form of a function. Then the total HilbLineEquSet.m file to invoke the implementation of draw error curve, to be running results. General Matlab program flow, as follows: the calculation of morbid equations include: HilbLineEquSet.m, gauss.m, jacobi.m, gauss_seidel.m, fastest_descend.m and conjugated_grad.m six documents. Procedures for implementation of the findings include: solving a result, the number of iterations, iterative error data, error curve and so on.)
    2009-12-10 19:08:10下载
    积分:1
  • matlabcodes
    some other matlab codes
    2010-10-12 14:30:22下载
    积分:1
  • Cross_Validate
    the algorithm of cross validation
    2009-05-27 22:08:54下载
    积分:1
  • M.File
    IEC Flickermeter Simulation
    2014-02-13 02:49:28下载
    积分:1
  • matlabforpso
    matlab实现pso算法 大家看看把 看看能不能用 互相学习(Matlab achieve pso algorithm we can look at the decision to learn from each other can not be used)
    2007-03-26 17:19:45下载
    积分:1
  • EtherCAT_On_AM335x
    EtherCAT在AM335x上面如何实现介绍(EtherCAT On AM335x)
    2014-11-21 11:28:51下载
    积分:1
  • matlab-read-YUV-video-data-program
    matlab读取YUV视频数据参考程序,matlab实现(matlab read YUV video data reference program, matlab achieve)
    2013-12-05 12:57:31下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载