필터 지우기
필터 지우기

Slider Crank velocity analysis

조회 수: 4 (최근 30일)
carson yeoh
carson yeoh 2020년 6월 25일
답변: shady salalha 2020년 12월 28일
wab=733;r=0.0405;L=0.13;
theta=0:0.1:2*pi;
phi = asin((r*sin(theta))/L);
wbc= (wab*r*sin(theta))./(L*sin(phi));
v=wab*r.*cos(theta)+wbc*L.*cos(phi);
plot(theta,v)
Hi, I am trying to have a function of theta for the slider crank velocity. I don't know what's wrong with my code. My graph doesn't seem correct. Please help, I am very struggle with this for days...
Please give contact if you know anyone with this problem solving experience before..
  댓글 수: 5
carson yeoh
carson yeoh 2020년 6월 25일
what does this solution do with my question???????
darova
darova 2020년 6월 25일
It's sin wave

댓글을 달려면 로그인하십시오.

답변 (1개)

shady salalha
shady salalha 2020년 12월 28일
hey, did u finish the solution?

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by