Azzera filtri
Azzera filtri

need to ad an image on top of another image in axes,on gui!

2 visualizzazioni (ultimi 30 giorni)
I have a snakes and ladders board loaded on axes1 so now I want to add a image of a face to move as the position changes...what function can I use??

Risposte (1)

Grzegorz Knor
Grzegorz Knor il 9 Set 2011
Do you mean something like this?
load mandrill
imagesc(X)
axis off
axes('Units','Normalized','Position',[.55 .55 .1 .1 ])
imagesc(X)
axis off
colormap gray

Tag

Non è stata ancora inserito alcun tag.

Community Treasure Hunt

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

Start Hunting!

Translated by