Need help with matlab code for below mentioned integrals
이전 댓글 표시
I want to know how to write the code for below two integrals
1.) If
, then how to write the matlab code for
.
2.) If
, then how to write the matlab code for
.
댓글 수: 4
Dyuman Joshi
2023년 3월 15일
What have you tried yet? Please show your code.
Nikhil
2023년 3월 15일
Dyuman Joshi
2023년 3월 15일
conv and trapz only supports numeric data.
Are you sure you have to use trapezoidal rule? You can achieve the result of the integration without using it.
Nikhil
2023년 3월 15일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Numerical Integration and Differentiation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



