How to display *.obj or *.png files on a figure window?

Hello,
I have some 3D scans of some objects in *.png or *.obj formats. How can I display them in a figure window? thank you.

 Accepted Answer

I'm not sure about the .obj files, but for .png files something like the following should work to display the image in the current axes:
img = imread('foo.png');
image(img);
For more options/details, run:
help imread
help image

1 Comment

Hello Richard,
Thank you for the tip. Now, I need to find out how to display obj files.

Sign in to comment.

More Answers (1)

hello, I need some doc. aboat 3d scan with parallel beams!

Categories

Find more on Images in Help Center and File Exchange

Products

Asked:

Cem
on 15 Nov 2012

Answered:

on 5 Aug 2014

Community Treasure Hunt

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

Start Hunting!