scaleFig
Resize current figure window.
Syntax
scaleFig(horizontal, vertical)
Description
scaleFig
resizes the current figure window by the specified horizontal and vertical multipliers. For example, to increase the width of the current figure by 50%, use the syntax scaleFig(1.5, 1)
.
Inputs
horizontal |
size multiplier for the horizontal direction |
vertical |
size multiplier for the vertical direction |
See Also
set
, get