I know that I can set the zoom state of a MATLAB figure using, for example, the following code:
zoom on;
zoom(2); % zoom in 2x
What I would like to achieve is to zoom in at a specific position of the figure, which I would specify as co-ordinates. How would I do this? I presume there must be some command which allows you to specify the figure pan position.
1 Answer