How to find attack point of resultant from a pressure field?

2 ビュー (過去 30 日間)
Marius Hammer
Marius Hammer 2019 年 4 月 26 日
編集済み: Marius Hammer 2019 年 4 月 26 日
Hi,
I have some data which represents unevenly spread pressure along a wall
% X % Y
P =[ 0 0
9.34 1378.43
9.34 610.86
10.84 624.51
10.84 751.48
15.00 1032.41
15.00 32.13
15.54 33.27
15.54 0
16.84 0
16.84 0
18.34 0
18.34 38.49
19.00 40.01];
Now what I need to do is find the resultant and it's attack point on the wall
The resultant I can simply find by using the trapz function: F=trapz(P(:,1),P(:,2)) which for the above data example yields F=11117.85
However is there a way in matlab calculate the attack point (location of the resultant) in a easy way?
From manual calculation I find it to be 8.86 from zero.

回答 (0 件)

カテゴリ

Help Center および File ExchangeNumerical Integration and Differentiation についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by