Trapezium rule from table of results
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Karl Zammit
el 1 de Mayo de 2021
Respondida: Sindhu Karri
el 4 de Mayo de 2021
I am trying to get a result using the trapezium rule for the last two columns, the 1st column is the x axis.
0 comentarios
Respuesta aceptada
Sindhu Karri
el 4 de Mayo de 2021
Hii,
You can use trapz function to calculate the integral.Refer the syntax trapz(X,Y) which might be helpful for your use case.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Numerical Integration and Differentiation 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!