ground motion velocity in matlab

 Respuesta aceptada

Youssef  Khmou
Youssef Khmou el 13 de Dic. de 2013
if you have the acceleration vector , you can integrate it to get the velocity, here is a simple example :
t=0:0.1:2; % time
a=2*t; % linear acceleration
v=integral(a,0.2); % velocity
plot(a), hold on, plot(v,'r')

Más respuestas (0)

Categorías

Más información sobre Nonlinear Dynamics en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 13 de Dic. de 2013

Comentada:

el 13 de Dic. de 2013

Community Treasure Hunt

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

Start Hunting!

Translated by