Area under a shape?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Niklas Kurz
el 18 de Jul. de 2020
Comentada: Niklas Kurz
el 19 de Jul. de 2020
Hello, I'd really like to know how to calculate the area beneath a shape like this:
So from the outer borders to x-axis. Since the values are repeating I reckon trapz() doesn't work.
0 comentarios
Respuesta aceptada
KSSV
el 18 de Jul. de 2020
Read about polyarea, convhull.
convhull gives you coordinates of the points which defines your shape, with these corodinates youc an use polyarea.
4 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.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!