MATLAB: Apply Zoom in other axes

2dhandle graphicsMATLAB

Hi,
I would like to know, how I can apply the zoom that I have applied for one axis to other ones. I have one figure with one x axis and several y axes. And when I move one y axis using the zoom I want that the other axes values moves also.
regards

Best Answer

See the help for LINKAXES.
Cheers, Brett
Related Question