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?

Antworten (1)

Star Strider
Star Strider am 1 Okt. 2019

0 Stimmen

See the integral function documentation.

1 Kommentar

Steven Lord
Steven Lord am 1 Okt. 2019
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.

Melden Sie sich an, um zu kommentieren.

Tags

Gefragt:

am 1 Okt. 2019

Kommentiert:

am 1 Okt. 2019

Community Treasure Hunt

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

Start Hunting!

Translated by