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

7 visualizzazioni (ultimi 30 giorni)
Deepank Singh
Deepank Singh il 7 Lug 2020
Commentato: Deepank Singh il 9 Lug 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.

Risposte (1)

darova
darova il 8 Lug 2020
use get
x = get(obj,'xdata');

Prodotti


Release

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by