用matlab分析凸轮机构课程.docVIP

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Matlab作业 一、用matlab求从动件的运动规律,设计凸轮外形。 设推杆的行程h为10,凸轮角速度为5rad/s,推程角为2π/3,回程角为2π/3,近休止为2π/3,基圆半径为20。 位移: h=10; w=5; th1=2*pi/3; th2=4*pi/3; th3=2*pi; j1=linspace(0,th1,120); s1=h*(1-cos(pi.*j1/th1))/2; j2=linspace(th1,th2,120); s2=h*(1+cos(pi.*(j2-th1)/(th2-th1)))/2; j3=linspace(th2,th3,120); s3=0+0.*j3; plot(j1,s1,j2,s2,j3,s3) grid on title(位移线图) 2速度: h=10; w=5; th1=2*pi/3; th2=4*pi/3; th3=2*pi; j1=linspace(0,th1,120); v1=pi*w*h*sin(pi.*j1/th1)/(2*th1); j2=linspace(th1,th2,120); v2=-pi*h*w*sin(pi*(j2-th1)/(th2-th1))/(2*(th2-th1)); j3=linspace(th2,th3,120); v3=0+0.*j3; plot(j1,v1,j2,v2,j3,v3) grid on title(速度线图) 3、加速度: h=10; w=5; th1=2*pi/3; th2=4*pi/3; th3=2*pi; j1=linspace(0,th1,120); a1=pi^2*h*w^2*cos(pi.*j1/th1)/(2*th1^2); j2=linspace(th1,th2,120); a2=-pi^2*h*w^2*cos(pi.*(j2-th1)/th2)/(2*(th2-th1)^2); j3=linspace(th2,th3,120); a3=0+0.*j3; plot(j1,a1,j2,a2,j3,a3) grid on title(加速度线图) h=10; w=5; th1=2*pi/3; th2=4*pi/3; th3=2*pi; j1=linspace(0,th1,120); s1=h*(1-cos(pi.*j1/th1))/2; j2=linspace(th1,th2,120); s2=h*(1+cos(pi.*(j2-th1)/(th2-th1)))/2; j3=linspace(th2,th3,120); s3=0+0.*j3; r0=20; x1=(r0+s1).*cos(j1); y1=(r0+s1).*sin(j1); x2=(r0+s2).*cos(j2); y2=(r0+s2).*sin(j2); x3=(r0+s3).*cos(j3); y3=(r0+s3).*sin(j3); plot(x1,y1,x2,y2,x3,y3) grid on title(凸轮外形) xlabel(x轴) ylabel(y轴) Acknowledgments The authors would like to thank Johns Hopkins University for the TC-1 cells. This work was supported by a National Health Research Institutes intramural grant (IV-103-PP-22) and grants from the National Science Council, which were awarded to Y.C. Song (NSC 99-2321-B-400-004-MY3) and S.J. Liu (NSC 103-2321-B-400-008). Author Contributions Y.C.S. and S.J.L. designed the studies. Y.C.S. performed the research and analyzed the data. Y.C.S. and S.J.L. wrote the manuscript. Additional Information C57BL/6 mice were immunized subcutaneously (s.c.) once with 1 μ g of peptide mixed with or without 10 μ g of CpG adjuvant. After one week, splenocytes were harvested, and the response of IFN-γ

文档评论(0)

taotao0a + 关注
实名认证
文档贡献者

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

1亿VIP精品文档

相关文档