Matlab set Fig Zoom

plot(*some stuff to plot here*);
zoom(5);	% Zooms 500%
zoom(0.5);	% Zooms out by a factor of 5%
Flyhouse_Squarewheel