how to find area under the curve ?
Mostrar comentarios más antiguos
Respuesta aceptada
Más respuestas (1)
SALAH ALRABEEI
el 9 de Jun. de 2021
0 votos
Use polyarea(x,y); you need to have a polygon; That is, ur first point must by ur lasr point. You can do so by adding this to ur x y data x(end+1)=x(1);y(end+1)=y(1);
Then apply the polyarea function
Categorías
Más información sobre Numerical Integration and Differentiation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
