MATLAB: How to place a image on a specific coordinates of figure

figureimshow

I wants to place a image on a specific coordinates of figure. Refer the attached image for more understanding

Best Answer

You can use image() or imshow(), passing them XData and YData options for the coordinates. The explanation in the image() documentation is much better for what those values represent: please be sure to read the documentation as it is not quite what you would expect.