Effacer les filtres
Effacer les filtres

How do I add background image to 3D figures?

2 vues (au cours des 30 derniers jours)
Mahmud Khan
Mahmud Khan le 2 Nov 2018
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?

Réponses (0)

Catégories

En savoir plus sur Graphics Object Programming dans Help Center et File Exchange

Produits


Version

R2017a

Community Treasure Hunt

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

Start Hunting!

Translated by