MATLAB: GUIDE: preview zoomed image based on mouse over of fullsize image

guidemouseoverpreviewzoom

Does anyone know of a way to zoom right in (so that pixels can be seen) to parts of the image that a user is hovering the mouse over?
In my GUI, I have two axes: one called 'imageAxes' and one called 'previewAxes'. The 'previewAxes' is only small but I would like it to zoom right in on wherever the user is hovering their mouse in 'imageAxes'… is this possible?!
Thanks!

Best Answer

http://www.mathworks.com/matlabcentral/fileexchange/2902
Related Question