|
"lav " <vijay.easwari@gmail.com> wrote in message <jg1kdl$h1$1@newscl01ah.mathworks.com>...
> "norfaizayu " <ayu_anie85@yahoo.com.my> wrote in message <jg1gv1$kc9$1@newscl01ah.mathworks.com>...
> > i have problem to view the image from the folder choose in gui matlab. my gui function like, when push the push button,we need to select the image from the file then view the image in gui. my problem is how to view the image, i mean in specific place. is it possible i use axes or something else?i don't want using coding imshow because it will show not in specific place. i hope anyone can help me.
> >
> > thank you.
>
> ya. you can use the axes and plot the image in a specific place.
> for example.
> a=imread('your image.jpg'); // read the image
> image(a); // display in the axes.
>
> yesterday only i was working on this, if it doesn't work, get back to me. i can surely help you with this.
yes..i know when do that coding it will display in axes but in my situation, i mean that when read the image it can place at specific place that i want like place that i already create to place that image.is it can?
|