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!



