How to get XYZ coordinates of a 3D image (.obj)

7 visualizaciones (últimos 30 días)
Deepank Singh
Deepank Singh el 7 de Jul. de 2020
Comentada: Deepank Singh el 9 de Jul. de 2020

I have an .obj file, I want to get the X Y Z coordinates of the surface, I don't need texture and all.

Respuestas (1)

darova
darova el 8 de Jul. de 2020
use get
x = get(obj,'xdata');
  1 comentario
Deepank Singh
Deepank Singh el 9 de Jul. de 2020

What's obj, I'm new to MATLAB, can you please explain in detail ?

Iniciar sesión para comentar.

Productos


Versión

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by