Community Profile

photo

Johnny Vendetta


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Can you help me please !
I have 1 code vibration. function main d1=1; v=10; t_end=3; t=0:0.01:t_end; y0=[0;0;0;0]; [t,y]=ode45(@daodong,t,y0); ho...

4 years ago | 0 answers | 0

0

answers

Question


Can you help me to draw graph Amplitude and Frequency from code below, I lost time very much but don't it. Thank you very much.
function main d1=1; v=10; t_end=100*0.5*d1/v; t=0:0.01:t_end; y0=[0;0;0;0]; [t,y]=ode45(@daodong,t,y0); hold on;grid on; ...

4 years ago | 0 answers | 0

0

answers

Question


Can you help me to draw graph Frequency and transmissibility (or Amplitude), thank you very much.
function main d1=1; v=10; t_end=100*0.5*d1/v; t=0:0.01:t_end; y0=[0;0;0;0]; [t,y]=ode45(@daodong,t,y0); hold on;grid on; ...

4 years ago | 0 answers | 0

0

answers

Question


Hi every one, can you help me to draw graph Frequency and transmissibility (or Amplitude) from code:
function main d1=1; v=10; t_end=100*0.5*d1/v; t=0:0.01:t_end; y0=[0;0;0;0]; [t,y]=ode45(@daodong,t,y0); hold on;grid on; ...

4 years ago | 0 answers | 0

0

answers

Question


Hi every one, can you help me please !
I have a code about vibration: function main d1=1; v=10; t_end=100*0.5*d1/v; t=0:0.0001:t_end; y0=[0;0;0;0]; [t,y]=ode45(...

4 years ago | 0 answers | 0

0

answers

Question


Can you help me please !
I run code Matlab: function yp=khidonghoc(t,y) m = 10; cd = 0.2; g = 9.81; w = m*g; tspan=[0 5]; y0=[0;100;0;10]; yp = z...

4 years ago | 1 answer | 0

1

answer