pagefig¶
- pagefig(varargin)
PAGEFIG Generate a paper-sized figure (default: US-letter, portrait)
- Usage:
h = pagefig() h = pagefig(fig_handle) h = pagefig(fig_handle, ‘Name’, Value, …)
- Inputs:
fig_handle : figure handle (default: new figure)
- Name-Value Pairs:
‘orient’ : ‘portrait’ or ‘landscape’ (default: ‘portrait’) ‘type’ : char - paper type (default: ‘usletter’)
- Outputs:
h : figure handle
- Example:
pfigh = pagefig; pagefig(pfigh, ‘orient’, ‘landscape’);
See also: fullfig, figure
∿∿∿ Prerau Laboratory MATLAB Codebase · sleepEEG.org ∿∿∿
Set optional direction input