Difference between revisions of "Scale figure.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Normalise sequential blank lines)
m (Rename Arguments section heading to Parameters)
Line 6: Line 6:
 
     scale_figure(by)
 
     scale_figure(by)
  
==Arguments==
+
==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

Data export and plotting

Version 2.5, authors: Ilya Kuprov