From: ImageAnalyst on 23 Jun 2010 07:02 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 23 Jun 2010 12:30 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
First
|
Prev
|
Pages: 1 2 Prev: Morphological Operations for 3D Meshes Next: modify duplicate column data |