Main Content

Number

获取唯一标识探查的代码节的编号(MATLAB 代码生成)

说明

示例

SectionNumber = NthSectionProfile.Number 返回唯一标识探查的代码节的编号。

示例

全部折叠

要获取标识探查的代码节的编号,请使用 NthSectionProfile 对象的 Number 属性。

SectionNumber = NthSectionProfile.Number;

输入参数

全部折叠

NthSectionProfile 是由 coder.profile.ExecutionTime 属性 Sections 生成的 coder.profile.ExecutionTimeSection 对象。

示例: NthSectionProfile

输出参量

全部折叠

SectionNumber 是探查的代码节的编号。

版本历史记录

在 R2012b 中推出