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

5 vues (au cours des 30 derniers jours)
Deepank Singh
Deepank Singh le 7 Juil 2020
Commenté : Deepank Singh le 9 Juil 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.

Réponses (1)

darova
darova le 8 Juil 2020
use get
x = get(obj,'xdata');
  1 commentaire
Deepank Singh
Deepank Singh le 9 Juil 2020

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

Connectez-vous pour commenter.

Produits


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by