How to do integration using Matlab

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?

답변 (1개)

Star Strider
Star Strider 2019년 10월 1일

0 개 추천

See the integral function documentation.

댓글 수: 1

Steven Lord
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.

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

카테고리

태그

질문:

2019년 10월 1일

댓글:

2019년 10월 1일

Community Treasure Hunt

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

Start Hunting!

Translated by