Zoom for more than 1 axes plot in Matlab GUI

1 view (last 30 days)
Hello all! This question might sound stupid but I need help for this. I am performing zoom on axes of matlab gui using dcm = zoom(handles.figure1) dcm.Enable = 'on'; but I have 2 different plots (axes1 and axes2)
with this command, I can zoom using mousescroll for axes1 but the same doesn't work with axes2. Infact, if i point the zoom to axes2, it changes in axes1.
Looking for support! Thanks in advance.

Answers (0)

Categories

Find more on Visual Exploration in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!