How to do integration using Matlab
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Star Strider
el 1 de Oct. de 2019
1 comentario
Steven Lord
el 1 de Oct. de 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.
Ver también
Categorías
Más información sobre Calculus en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!