OK, I see...
Just set the TAG-property of you axes. And then you can retrieve it by using the findobj-function,
first_axes = findobj(figure_handle,'Tag','Tag of first axes')
which can be used the same way as I explained i my previous post.
The figure_handle is either the figure number or the name of the figure (string).