orient
打印或保存时使用的纸张方向
说明
orient
指定在将当前图窗打印或保存为分页格式(如 PDF)时使用的纸张方向。将方向指定为 ornt
portrait
、landscape
或 tall
。与打印相关的图窗属性值(如 PaperPositionMode
值)会影响此行为。
示例
使用当前图窗大小设置横向方向
创建带有曲面图的图窗,并将图窗保存为 PDF 格式。使用屏幕上显示的相同大小保存图窗,并使用横向页面。
fig = figure; surf(peaks) orient(fig,'landscape') print(fig,'LandscapePage.pdf','-dpdf')
使用扩展的图窗大小设置横向方向
创建带有曲面图的图窗,并将图窗保存为 PDF 格式。对页面使用横向方向,并扩展图窗大小以填满页面。
fig = figure; surf(peaks) fig.PaperPositionMode = 'manual'; orient(fig,'landscape') print(fig,'LandscapePage_ExpandedFigure.pdf','-dpdf')
返回当前纸张方向的值
创建一个曲面图。返回图窗的当前纸张方向值。
figure surf(peaks) or = orient
or = 'portrait'
输入参数
ornt
— 纸张方向
portrait
(默认) | landscape
| tall
纸张方向,指定为下表中的值之一。
值 | 描述 |
---|---|
landscape | 横向。将
|
tall | Tall 纵向。将 |
portrait | 纵向。将
|
默认值对 portrait
选项的影响
默认的 PaperType
和 PaperOrientation
属性会通过以下方式影响 portrait
选项的结果。
默认值与当前图窗的 PaperType 值 | 默认 PaperOrientation 值 | 当前图窗的 PaperOrientation 值 | 结果 |
---|---|---|---|
相同的值 | 'portrait' | 不适用 | 使用图窗的默认 PaperPosition 值在页面上定位图窗。以英寸为单位,通常是 [0.25 2.5 8 6] 。 |
相同的值 | 'landscape' | 不适用 | 使用图窗的默认 PaperPosition 值的相反值在页面上定位图窗。以英寸为单位,通常是 [2.5 0.25 6 8] 。 |
不同的值 | 不适用 | 'portrait' | 使用图窗的当前 PaperPosition 值在页面上定位图窗。 |
不同的值 | 不适用 | 'landscape' | 使用图窗的当前 PaperPosition 值的相反值(例如 [y x height width] )在页面上定位图窗。 |
fig
— 目标图窗或 Simulink 模型
图窗对象 | Simulink 模型
目标图窗或 Simulink 模型,指定为图窗对象或 Simulink 模型。如果您不指定图窗或模型,则 orient
将使用当前图窗。
版本历史记录
在 R2006a 之前推出
另请参阅
MATLAB 命令
您点击的链接对应于以下 MATLAB 命令:
请在 MATLAB 命令行窗口中直接输入以执行命令。Web 浏览器不支持 MATLAB 命令。
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)