Difference between revisions of "Scale figure.m"
(Created page with "{{DISPLAYTITLE:scale_figure.m}} __NOTOC__ Scales the current figure from the default size by the factors provided by the user. ==Syntax== scale_figure(by) ==Arguments=...") |
(Normalise sequential blank lines) |
||
| Line 16: | Line 16: | ||
==See also== | ==See also== | ||
[[Import,_export,_and_visualisation#Data_export_and_plotting|Data export and plotting]] | [[Import,_export,_and_visualisation#Data_export_and_plotting|Data export and plotting]] | ||
| − | |||
''Version 2.5, authors: [[Ilya Kuprov]]'' | ''Version 2.5, authors: [[Ilya Kuprov]]'' | ||
Revision as of 12:29, 25 April 2026
Scales the current figure from the default size by the factors provided by the user.
Syntax
scale_figure(by)
Arguments
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