From: ImageAnalyst on
You did not get an image object when? If you had displayed an image,
and then used findobj() on the axes handles, it should return at least
the handle of the axes and the handle to the image living in the
axes. If you did not do it that way, then did you try the way where
you contain the axes within a panel?
From: Jan Simon on
Dear Subrahmanya!

> I did not get 'image object' I just used axes(handle) after this i used imshow().

Look in the doc of IMSHOW:
HIMAGE = IMSHOW(...)
Then HIMAGE is the handle of the image object.

Perhaps it would be helpful -for the readers and for you- if you post a small piece of code, which reproduces your problem.

Jan