フィルターのクリア

How to use trap(x,y) integral over a finite distance?

1 回表示 (過去 30 日間)
Ayob
Ayob 2019 年 1 月 27 日
回答済み: KSSV 2019 年 1 月 28 日
Hi everyone,
I want to integrate over a finite distance for a set of numerical data. For better explanation, I have vectors of X=[] and Y=[], and I want to compute trap(X,Y) over a finit distance of [a,b]. For exmple, int( F(x), a,b)) is a proper function but it doesn't cover numerical data like vectors.
Unfortunatly, it is not possible for use fit any curve or limit X and Y vectors to the finite distance of [a,b] due to the considerable work that I will face.
How can I solve this problem?
  1 件のコメント
Jim Riggs
Jim Riggs 2019 年 1 月 28 日
Your question is confusing to me. I can't find a Matlab function "trap". Do you mean "trapz"?
Have you looked at help for trapz?

サインインしてコメントする。

採用された回答

KSSV
KSSV 2019 年 1 月 28 日
As you have (x,y) in hand..you can restrict your coordinates and use trapz. YOu can use inequalitties like < and > to pick yopur required region.

その他の回答 (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