[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/graphics]
orient
(/tools/hpmatlab/toolbox/matlab/graphics/orient.m)
Function Synopsis
o = orient(or)
Help text
ORIENT Hardcopy paper orientation.
ORIENT LANDSCAPE causes subsquent PRINT operations from the current
figure window to generate output in full-page landscape orientation
on the paper.
ORIENT PORTRAIT returns to the default PORTRAIT orientation with
the figure window occupying a rectangle with aspect ration 4/3 in
the middle of the page.
ORIENT TALL causes the figure window to map to the whole page
in portrait orientation.
ORIENT, by itself, returns a string containing the current paper
orientation, either PORTRAIT, LANDSCAPE or TALL.
ORIENT is an M-file that sets the PaperOrientation and PaperPosition
properties of the current figure window.
See also PRINT.
Cross-Reference Information
This function calls
- all /tools/hpmatlab/toolbox/matlab/ops/all.m
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- elseif /tools/hpmatlab/toolbox/matlab/lang/elseif.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- gcf /tools/hpmatlab/toolbox/matlab/graphics/gcf.m
- get /tools/hpmatlab/toolbox/matlab/graphics/get.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- return /tools/hpmatlab/toolbox/matlab/lang/return.m
- set /tools/hpmatlab/toolbox/matlab/graphics/set.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON