Can anyone help ,why is this statement of inpolygon not working in my code?
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I want to find if the points theta1 at radius1 whether they are inside the polygon or outside which is denoted by th_smaller at r_smaller
[in,on] = inpolygon(theta1,radius1,th_smaller,r_smaller);
numel(theta1(in))
numel(theta1(on))
numel(theta1(~in))
with this figure,if i run the code, i am getting all points as outside the polygon
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/160658/image.png)
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Spline Postprocessing 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!