Integration with respect to time

조회 수: 20 (최근 30일)
Jayadrath Poojary
Jayadrath Poojary 2022년 11월 29일
답변: Rohit Kulkarni 2023년 8월 28일
Hi,
Could someone help me with what could be the script for:
where, (Zi dot=dZi/dt)
  댓글 수: 1
Davide Masiello
Davide Masiello 2022년 11월 29일
Hi @Jayadrath Poojary, two things:
1 - Please share your code attempt.
2 - Be more specific, i.e.:
- Are Si, ri and Vg also function of time?
- What is the integration time span?

댓글을 달려면 로그인하십시오.

답변 (1개)

Rohit Kulkarni
Rohit Kulkarni 2023년 8월 28일
Hi,
I understand that you want to perform integration of the given function.
To integrate use the function q = integral(fun,xmin,xmax)
To evaluate the integral of the function, you can substitute the value of Zi_dot into the function and then apply the limits xmin and xmax to set the integration boundaries.
Here according to your equation xmin is 0 and xman is t.
Zi = integral(Zi_dot, 0, t)
Hope it helps!

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by