• 大小: 541KB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2021-06-03
  • 语言: Matlab
  • 标签: matlab  仿真  机器人  

资源简介

详细介绍使用MATLAB完成一个双轮差速驱动的移动机器人“走8字”的仿真,并生成视频,及相应的matlab文件

资源截图

代码片段和文件信息

function r=car(tx)
r=zeros(31);
r(1)=((cos(t/20)/2 - cos(t/20 + 1/200)/2)/(10*sin(t/10) - 10*sin(t/10 + 1/100)) - ((10*sin(t/20) - 10*sin(t/20 + 1/200))*(cos(t/10) - cos(t/10 + 1/100)))/(10*sin(t/10) - 10*sin(t/10 + 1/100))^2)/((10*sin(t/20) - 10*sin(t/20 + 1/200))^2/(10*sin(t/10) - 10*sin(t/10 + 1/100))^2 + 1);
r(2)=((cos(t/10)^2 + cos(t/20)^2/4)^(1/2))*cos(x(1));
r(3)=((cos(t/10)^2 + cos(t/20)^2/4)^(1/2))*sin(x(1));
end


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         918  2019-12-02 21:54  matlabrobot.m
     文件      607214  2020-04-08 09:33  mtalab_robot.docx
     文件         525  2019-12-02 11:53  robot.m
     文件         436  2019-12-01 09:57  car.m

评论

共有 条评论