image thumbnail
from Eular angles GUI by Maxim Vedenyov
Eular angles visualization and connection with axis-angle rotation.

zoom_view(rv,zv,pv,z2x)
function zoom_view(rv,zv,pv,z2x)
if get(zv,'Value')
    
    set(rv,'Value',false);
    set(pv,'Value',false);
        
    zoom on;
else
    zoom off;
end

Contact us at files@mathworks.com