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

5 views (last 30 days)

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

Answers (1)

darova
darova on 8 Jul 2020
use get
x = get(obj,'xdata');
  1 Comment
Deepank Singh
Deepank Singh on 9 Jul 2020

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

Sign in to comment.

Products


Release

R2020a

Community Treasure Hunt

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

Start Hunting!