CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 机器人 matlab

搜索资源列表

  1. backstepping path following using matlab

    1下载:
  2. 提供机器人的轨迹跟踪控制MATLAB原代码,完成指定路径(following the desired path)
  3. 所属分类:压缩解压

    • 发布日期:2017-12-21
    • 文件大小:3072
    • 提供者:butler
  1. kalman filter

    0下载:
  2. MATLAB Simulink模型 扩展卡尔曼滤波器实例应用 机器人 电机(MATLAB, Simulink model, extended Calman filter example, application of robot motor)
  3. 所属分类:matlab例程

  1. robotic+toolbox+for+matlab

    0下载:
  2. 一个用于在matlab实现机器人仿真的工具包(A toolbox for robotic simulation in matlab. robotic_toolbox_for_matlab)
  3. 所属分类:matlab例程

    • 发布日期:
    • 文件大小:1545216
    • 提供者:luckyxx1
  1. 92775394autobizhangrobot

    1下载:
  2. 人工势场法路径规划matlab源代码,适用于机器人路径规划(Artificial potential field path planning matlab source code, applicable to robot path planning)
  3. 所属分类:网络编程

    • 发布日期:2017-12-24
    • 文件大小:29696
    • 提供者:小飞侠213
  1. apso

    4下载:
  2. 根据机器人工作空间,利用粒子群算法计算关节型机器人各个机械臂尺寸,包含了目标函数,适应度函数等(According to the robot workspace, the particle swarm algorithm (PSO) is used to calculate the dimensions of each robot arm, including the objective function and the fitness function)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:3072
    • 提供者:柯岚
  1. potential_india

    0下载:
  2. A星算法,是移动机器人的基本算法,也是基本的路径规划算法(A Star algorithm, A version of the robot of algorithm is the basic path planning algorithm))
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:239616
    • 提供者:2873468182
  1. CASRobotNavigationToolbox

    0下载:
  2. 用于移动机器人SLAM的仿真工具箱CASRobotNavigationToolbox..可迅速构建移动机器人仿真平台(The simulation toolbox SLAM for mobile robot CASRobotNavigationToolbox.. Can quickly build a mobile robot simulation platform)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:7638016
    • 提供者:帽子屋
  1. untitled

    0下载:
  2. matlab 机器人仿真程序。使用了matlab robotics toolbox的机器人仿真,。(matlab robotics toolbox)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:alaquen
  1. 11基于遗传算法的机器人路径规划MATLAB源代码

    4下载:
  2. 基于遗传算法的机器人路径规划MATLAB源代码(Genetic algorithm based robot path planning MATLAB source code)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:67584
    • 提供者:Willty
  1. robo

    0下载:
  2. 机器人栅格地图创建,机器人栅格地图的路径规划问题(Robot raster map creation, robot grid map path planning problem)
  3. 所属分类:matlab例程

  1. robot

    0下载:
  2. matlab机器人工具箱,版本是10.1的,用起来还可以,机器人建模仿真必备。(Matlab toolbox for robot)
  3. 所属分类:其他

  1. dynamic_model_free_human_3

    3下载:
  2. 随机森林matlab工具箱,特别好用。里面有一个指导m文件,按照它来就学会如何用了(dynamic model of robot using Newton-Euler)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:4096
    • 提供者:飞布
  1. 圆弧插补

    2下载:
  2. 机器人基本轨迹-圆弧插补的MATLAB代码(需要安装robotic toolbox)(Robot basic trajectory arc interpolation MATLAB code (need to install robotic toolbox))
  3. 所属分类:文章/文档

    • 发布日期:2017-12-20
    • 文件大小:648192
    • 提供者:巙钺
  1. 直线圆弧拼接

    0下载:
  2. 实现机器人基本轨迹的拼接,对轨迹要求不高的,理论上可以实现任何轨迹(需要提前安装robotic toolbox)(To achieve the basic trajectory of robot splicing, the trajectory is not high enough, in theory can achieve any trajectory (need to install robotic toolbox in advance))
  3. 所属分类:文章/文档

    • 发布日期:2017-12-18
    • 文件大小:2048
    • 提供者:巙钺
  1. robot_study_example

    1下载:
  2. 该文件以6自由度puma560为例说明机器人的一种正逆运动学的编程方法(正运动学为DH法),以及机器人工具箱(matlab robotic toolbox)初步的运动学使用方法。(Taking the 6 degree of freedom PUMA560 as an example, and this document describes a forward and inverse kinematic programming method (forward kinematics is DH m
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:6144
    • 提供者:AIHR
  1. 机器人队列

    0下载:
  2. xe=u(7);ye=u(8);the=u(9); vr=1;wr=1; delta1=0.05;delta2=0.05; k1=6;k2=6; s1=xe; s2=the+atan(vr*ye); Q=vr/(1+vr^2*ye^2); u4=(wr+Q*vr*sin(the)+k2*s2/(abs(s2)+delta2))/(1+Q*xe); w=u4; u3=ye*w+vr*cos(the)+k1*s1/(abs(s1)+delta1);
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-31
    • 文件大小:11264
    • 提供者:kidcad
  1. drawshape

    0下载:
  2. 利用matlab完成了机器人的动态仿真,通过给定机器人的各个关节角度和杆长,可以观察到机器人由初始位置运动到该位置的动画。非常适合用于控制仿真界面的编写以及大创、毕设等项目的应用(he dynamic simulation of the robot is completed by MATLAB. The animation of the robot from the initial position to the position can be observed by giving the jo
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:小简单
  1. matlab

    1下载:
  2. 智能机器人两轴机械臂两连杆绘圆,仿真出模型(The two axes of the intelligent robot are drawn round and the model is simulated)
  3. 所属分类:matlab例程

  1. MatlabRobotToolBoxTest

    0下载:
  2. 1、 把“作业”文件夹拷贝到任意目录下。打开matlab,点击file-》setpath-》add with subfolder,然后选择这个文件夹就好了。在matlab中运行ver命令,看看工具箱列表中有没有一个叫robotics toolbox的工具箱,有的话,代表安装成功。 注意:原版MATLAB Robotic ToolBox工具箱有Bug!在“作业”文件夹里有修改好的,add path的过程就加载进去了。 2、 打开MATLAB,在命令提示行输入:WanderSoul,回车。弹出机
  3. 所属分类:matlab例程

  1. robot

    0下载:
  2. 机器人开发 matlab库 ,提供matlab里各种机器人需要的算法库,对于机器人正逆解起到一定的辅助作用,使开发机器人算法更加简单。(The robot develops the MATLAB library, provides the algorithm storehouse which each kind of robot needs in the MATLAB, plays the auxiliary role to the robot positive and negative so
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:841728
    • 提供者:heike
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 38 »
搜珍网 www.dssz.com