ground motion velocity in matlab

 採用された回答

Youssef  Khmou
Youssef Khmou 2013 年 12 月 13 日

0 投票

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')

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeNonlinear Dynamics についてさらに検索

タグ

質問済み:

2013 年 12 月 13 日

コメント済み:

2013 年 12 月 13 日

Community Treasure Hunt

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

Start Hunting!

Translated by