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

7 Ansichten (letzte 30 Tage)
Deepank Singh
Deepank Singh am 7 Jul. 2020
Kommentiert: Deepank Singh am 9 Jul. 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.

Antworten (1)

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

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

Melden Sie sich an, um zu kommentieren.

Produkte


Version

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by