I'm plotting several image subplots into one Matlab figure. (using imshow() and subplot(), respectively subaxis())
Using title() to describe the images consumes too much space in the figure.
Therefore, I would like to write a caption overlapping part of the image (something like legend() for function plots), but I can't find a corresponding function for that.
Is there some common way how to do that?
Thanks in advance!
text
– radarhead