牛头刨床运动仿真matlab程序.doc

  1. 1、本文档共9页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
牛头刨床运动仿真matlab程序

附录 牛头刨床主运动机构MATLAB程序由主程序six_bar_main 和子函数six_bar两部分组成。 1.主程序 six_bar_main文件 %1.输入已知数据 clear; l1=0.125; l3=0.600; l4=0.150; l6=0.275; l61=0.575; omega1=1; alpha1=0; hd=pi/180; du=180/pi; %2.调用子函数six_bar计算牛头刨床机构位移,角速度,角加速度 for n1=1:459; theta1(n1)=-2*pi+5.8199+(n1-1)*hd; ll=[l1,l3,l4,l6,l61]; [theta,omega,alpha]=six_bar(theta1(n1),omega1,alpha1,ll); s3(n1)=theta(1); theta3(n1)=theta(2); theta4(n1)=theta(3); sE(n1)=theta(4); v2(n1)=omega(1); omega3(n1)=omega(2); omega4(n1)=omega(3); vE(n1)=omega(4); a2(n1)=alpha(1); alpha3(n1)=alpha(2); alpha4(n1)=alpha(3); aE(n1)=alpha(4); end %3.位移、角速度、角加速度、和牛头刨床图形输出 figure(3); n1=1:459; t=(n1-1)*2*pi/360; subplot(2,2,1); %绘角位移及位移线图 plot(t,theta3*du,r-.); grid on; hold on; axis auto; [haxes,hline1,hline2]=plotyy(t,theta4*du,t,sE); grid on; hold on; xlabel(时间/s) axes(haxes(1)); ylabel(角位移/\circ) axes(haxes(2)); ylabel(位移/m) hold on; grid on; text(1.15,-0.15,\theta_3) text(3.40,0.27,\theta_4) text(2.25,-0.15,s_E) subplot(2,2,2); %绘角速度及速度线图 plot(t,omega3,r-.); grid on; hold on; axis auto; [haxes,hline1,hline2]=plotyy(t,omega4,t,vE); grid on; hold on; xlabel(时间/s) axes(haxes(1)); ylabel(角速度/rad\cdots^{-1}) axes(haxes(2)); ylabel(速度/m\cdots^{-1}) hold on; grid on; text(3.1,0.35,\omega_3) text(2.1,0.1,\omega_4) text(5.5,0.45,v_E) subplot(2,2,3); %绘角加速度及加速度线图 plot(t,alpha3,r-.); grid on; hold on; axis auto; [haxes,hline1,hline2]=plotyy(t,alpha4,t,aE); grid on; hold on; xlabel(时间/s) axes(haxes(1)); ylabel(角加速度/rad\cdots^{-2}) axes(haxes(2)); ylabel(加速度/m\cdots^{-2}) hold on; grid on; text(1.5,0.3,\alpha_3) text(3.5,0.51,\alpha_4) text(1.5,-0.11,a_E) subplot(2,2,4); %牛头刨床机构 n1=20; x(1)=0; y(1)=0; x(2)=(s3(n1)*1000-50)*cos(theta3(n1)); y(2)=(s3(n1)*1000-50)*sin(theta3(n1)); x(3)=0; y(3)=16*1000; x(4)=l1*1000*cos(theta1(n1)); y(4)=s3(n1)*1000*sin(theta3(n1)); x(5)=(s3(n1)*1000+50)*cos(theta3(n1)); y(5)=(s3(n1)*1000+50)*sin(theta3(n1)); x(6)=13*1000*cos(theta3(n1)); y(6)=13*

文档评论(0)

xcs88858 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8130065136000003

1亿VIP精品文档

相关文档