How do I add background image to 3D figures?

조회 수: 3 (최근 30일)
Mahmud Khan
Mahmud Khan 2018년 11월 2일
I am able to use the following code to overlay an image on a plane:
I = imread('image.jpg');
h = image(xlim,-ylim,I);
uistack(h,'bottom')
The trouble is that nothing I do will make the same happen for the other planes on my 3 dimensional graph/figure. Even when I add consecutive lines with y and z limits, all the images end up on the same plane as the first one.
Any suggestions?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

제품


릴리스

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by