Need help with matlab code for below mentioned integrals
Show older comments
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 Comments
Dyuman Joshi
on 15 Mar 2023
What have you tried yet? Please show your code.
Nikhil
on 15 Mar 2023
Dyuman Joshi
on 15 Mar 2023
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
on 15 Mar 2023
Accepted Answer
More Answers (0)
Categories
Find more on Numerical Integration and Differentiation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


