I am making a GUI in MATLAB with a subplot in a panel. My problem is that if the user try to zoom in the subplot, it will became bigger and take over the whole GUI. The same behavior happens if I try to move the camera position in the subplot.
Is there a way to constraint the subplot within my panel?
Thanks