Filter löschen
Filter löschen

Slider Crank velocity analysis

4 Ansichten (letzte 30 Tage)
carson yeoh
carson yeoh am 25 Jun. 2020
Beantwortet: shady salalha am 28 Dez. 2020
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 Kommentare
carson yeoh
carson yeoh am 25 Jun. 2020
what does this solution do with my question???????
darova
darova am 25 Jun. 2020
It's sin wave

Melden Sie sich an, um zu kommentieren.

Antworten (1)

shady salalha
shady salalha am 28 Dez. 2020
hey, did u finish the solution?

Kategorien

Mehr zu Programming finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by