Matlab Set Fig Zoom

[Solved] Matlab Set Fig Zoom | Matlab - Code Explorer | yomemimo.com
Question : matlab set fig zoom

Answered by : huldar

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

Source : https://www.mathworks.com/help/matlab/ref/matlab.graphics.interaction.internal.zoom.html | Last Update : Wed, 01 Dec 21

Answers related to matlab set fig zoom

Code Explorer Popular Question For Matlab