How to do integration using Matlab
5 次查看(过去 30 天)
显示 更早的评论
How do I integrate (x^t*sin(x) *log(x)) dx in MATLAB for limit '3' to 't'? What are the codes to run this calculation?
0 个评论
回答(1 个)
Star Strider
2019-10-1
1 个评论
Steven Lord
2019-10-1
That could work if t has a fixed value. If Prem Patel wants the integral as a function of t, using the int function in Symbolic Math Toolbox to integrate this function symbolically is probably a better fit. You might need to make some assumptions on the symbolic variable t for that integration to succeed.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Calculus 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!