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
plot(*some stuff to plot here*);
zoom(5); % Zooms 500%
zoom(0.5); % Zooms out by a factor of 5%