Area calculation for overlapping region
Mostrar comentarios más antiguos
I have three overlapping network in a service area with Radius=600,200 and 200. the networks with Radius 200 are inner networks in the service area of radius 600. I use for loop to input radius , and then calculate area. But I don't know how to calculate
As=A1-(A2+A3). where
A1=pi*600^2,
A2=pi*200^2, and
A3=pi*200^2.
please help me
Respuesta aceptada
Más respuestas (2)
Khadija Khan
el 24 de Abr. de 2016
Editada: Khadija Khan
el 24 de Abr. de 2016
0 votos
1 comentario
Image Analyst
el 24 de Abr. de 2016
Just like I showed you in my answer. If you want to save all of them, then give As an index:
As(loopIndex) = A1-(A2+A3);
Khadija Khan
el 26 de Abr. de 2016
0 votos
Categorías
Más información sobre Introduction to Installation and Licensing 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!