getParent
标识对象的父级
说明
示例
标识状态的父级
在此图中,状态 A1
的父级是状态 A
。状态 A
的父级是图。
打开模型并访问图的 Stateflow.Chart
对象。
open_system("sfHierarchyAPIExample") ch = find(sfroot,"-isa","Stateflow.Chart");
找到名为 A1
的 Stateflow.State
对象。
sA1 = find(sfroot,"-isa","Stateflow.State",Name="A1");
标识状态 A1
的父级。显示父级的名称。
parent = getParent(sA1); parent.Name
ans = 'A'
标识状态 A
的父级。显示父级的名称。
grandparent = getParent(parent); grandparent.Name
ans = 'Chart'
输入参数
object
— 对象
Stateflow.State
对象 | Stateflow.Box
对象 | Stateflow.Function
对象 | ...
Stateflow 图、State Transition Table、Truth Table 或 MATLAB Function 模块中的对象,指定为以下类型之一的 Stateflow API 对象:
版本历史记录
在 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)