필터 지우기
필터 지우기

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

조회 수: 1 (최근 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 CenterFile Exchange에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by