ode45 for forced vibration with 10 dof?

2 visualizaciones (últimos 30 días)
naresh bhimchand
naresh bhimchand el 5 de Dic. de 2019
Comentada: naresh bhimchand el 6 de Dic. de 2019
is it possible to solve veolcity response of ode45 with 10 degrees of freedom(dof), if yes can you help me with some examples
  8 comentarios
Walter Roberson
Walter Roberson el 6 de Dic. de 2019
What is it you would do differentiation on ?
If you need another level of integration, add another y entry, like
yp = [y(2); y(3); (-((c/m)*y(3))-((k/m)*y(2)))];
naresh bhimchand
naresh bhimchand el 6 de Dic. de 2019
ok, I got it bro thank you very much.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Programming en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by