scale_figure.m

From Spinach Documentation Wiki
Revision as of 18:52, 5 June 2026 by Kuprov (talk | contribs) (Rename Arguments section heading to Parameters)
Jump to: navigation, search

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

Data export and plotting

Version 2.5, authors: Ilya Kuprov