필터 지우기
필터 지우기

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 CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by