Main Content
imgca
Get current axes containing image
Description
returns
the current axes that contains an image. The current axes can be in a regular figure
window or in an Image Tool window. Note that the current axes that contains an image
might not be the same as the most recently accessed axes.ax
= imgca
If no figure contains an axes that contains an image, then
imgca
creates a new axes.
Examples
Input Arguments
Output Arguments
Tips
imgca
can be useful in returning the axes object in the Image Tool. You cannot retrieve this axes usinggca
.
Version History
Introduced before R2006a