Difference between revisions of "Scale figure.m"
(Normalise sequential blank lines) |
m (Rename Arguments section heading to Parameters) |
||
| Line 6: | Line 6: | ||
scale_figure(by) | scale_figure(by) | ||
| − | == | + | ==Parameters== |
by - two-element row vector of scaling factors, | by - two-element row vector of scaling factors, | ||
Revision as of 18:52, 5 June 2026
Scales the current figure from the default size by the factors provided by the user.
Syntax
scale_figure(by)
Parameters
by - two-element row vector of scaling factors,
format: [width height]
Outputs
The function modifies the size of the current figure.
See also
Version 2.5, authors: Ilya Kuprov