entry
类: mlreportgen.dom.Table
命名空间: mlreportgen.dom
访问表条目
说明
返回指定行的指定列的表条目。tableEntryOut
= entry(tableObj
,row
,column
)
示例
为表条目着色
为第 3 行、第 4 列的表条目着色。
import mlreportgen.dom.*; rpt = Document("myDoc","html"); t = Table(magic(5)); t.Border = "single"; t.ColSep = "single"; t.RowSep = "single"; t.TableEntriesInnerMargin = "2pt"; t.TableEntriesHAlign = "right"; entry34 = entry(t,3,4); entry34.Children(1).Style = [entry34.Children(1).Style {Color("red")}]; append(rpt,t); close(rpt); rptview(rpt);
输入参数
tableObj
— 包含条目的表
mlreportgen.dom.Table
对象 | mlreportgen.dom.FormalTable
对象
包含表条目的表,指定为 mlreportgen.dom.Table
或 mlreportgen.dom.FormalTable
对象。
row
— 包含条目的表行
数字
行的索引号(顶行为第 1 行)。
数据类型: double
column
— 包含条目的列
数字
列的索引号(在从左到右的文本流表中,最左边的列是 1)。
数据类型: double
输出参量
tableEntryOut
— 表条目对象
mlreportgen.dom.TableEntry
对象
指定行中指定列的表条目。
版本历史记录
在 R2014b 中推出
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)