Selecting data points in 3D space

3 visualizaciones (últimos 30 días)
Itzik Ben Shabat
Itzik Ben Shabat el 14 de Dic. de 2012
Comentada: KRush el 25 de Mayo de 2016
Hi, I am plotting data points in 3d space. what i wish to do is allow a user to select a volume of interest. is there a function that allows to do this? I know that in 2d there are functions such as imrect() and inpolygon() that allow the user to draw a rectangle and then see which points are inside. is there a 3d equivalent to these functions?
  1 comentario
KRush
KRush el 25 de Mayo de 2016
For those who are seeking answers of the similar problems, using viewmtx to map 3d position [x y z] to 2d space is an option. Then you can solve the problem as in 2d coordinates.

Iniciar sesión para comentar.

Respuestas (1)

Jürgen
Jürgen el 14 de Dic. de 2012
Hi, in file exchange there is a file to extract a Volume of Interest, do no if that can help? regards,J
  3 comentarios
Jürgen
Jürgen el 14 de Dic. de 2012
I looked for the 3d version of inmrect when I saw your question but could not directly find something,
Sean de Wolski
Sean de Wolski el 14 de Dic. de 2012
imrect() works in 3d but only along x/y

Iniciar sesión para comentar.

Categorías

Más información sobre Lighting, Transparency, and Shading 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!

Translated by