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

조회 수: 5 (최근 30일)
Deepank Singh
Deepank Singh 2020년 7월 7일
댓글: Deepank Singh 2020년 7월 9일

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

답변 (1개)

darova
darova 2020년 7월 8일
use get
x = get(obj,'xdata');
  댓글 수: 1
Deepank Singh
Deepank Singh 2020년 7월 9일

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

댓글을 달려면 로그인하십시오.

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by