フィルターのクリア

i have a data set of voltage (U) and current(I) reading with respect to time (3500 reading in xls). I want to integrate this discrete data set as per equation in attached pic.

3 ビュー (過去 30 日間)
energy equation basically will calculate the energy required for spark generation calculated by the data set in excel file. its a product of voltage and current data w.r.t. time.

採用された回答

Torsten
Torsten 2022 年 3 月 6 日
E = trapz(T,U.*I);

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSpreadsheets についてさらに検索

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by