depview
分析和可视化模型引用依存关系,可包括或不包括库依存关系
说明
depview
打开依存关系分析器。虽然 view_mdlrefs
也可以打开依存关系分析器,但 depview
还提供编程选项,允许您以特定配置打开依存关系图。
depview(
打开依存关系分析器,显示一个或多个 sys
,Name,Value
)Name,Value
对组参量指定的依存关系图。
示例
使用默认设置打开依存关系分析器
打开包含 sldemo_mdlref_depgraph
模型的工程。
openProject('ModelReferenceHierarchy');
针对 sldemo_mdlref_depgraph
模型打开依存关系分析器。
depview('sldemo_mdlref_depgraph');
使用自定义设置打开依存关系分析器
打开包含 sldemo_mdlref_depgraph
模型的工程。
openProject('ModelReferenceHierarchy');
使用水平布局的模型实例视图针对 sldemo_mdlref_depgraph
模型打开依存关系分析器。
depview('sldemo_mdlref_depgraph','ModelReferenceInstance',true,'ShowHorizontal',true);
在模型实例视图中,节点外观对应于仿真模式。
输入参数
sys
— 模型或库的名称或路径
' '
(默认) | 字符向量
模型或库的名称或路径,指定为字符向量。
数据类型: char
名称-值参数
示例: depview('sldemo_mdlref_depgraph','ModelReferenceInstance',true,'ShowHorizontal',true)
指定可选的、以逗号分隔的 Name,Value
对组参量。Name
为参量名称,Value
为对应的值。Name
必须显示在引号内。您可采用任意顺序指定两个名称-值对组参量,如 Name1,Value1,Name2,Value2
。
FileDependenciesExcludingLibraries
— 只显示模型的图
false (默认) | true
要打开仅包含模型的依存关系图,请将此参数设置为 true
。在此视图中,节点外观对应于文件类型。
依存关系
您只能将 'FileDependenciesExcludingLibraries'
、'FileDependenciesIncludingLibraries'
和 'ModelReferenceInstance'
之一设置为 true
。
FileDependenciesIncludingLibraries
— 显示模型和用户定义库的图
true (默认) | false
要打开包含模型和用户定义库的依存关系图,请使用默认设置。在此视图中,节点外观对应于文件类型。
依存关系
您只能将 'FileDependenciesExcludingLibraries'
、'FileDependenciesIncludingLibraries'
和 'ModelReferenceInstance'
之一设置为 true
。
ModelReferenceInstance
— 只显示模型且将每个模型实例单独显示的图
false (默认) | true
要打开依存关系图并将模型的每个实例作为图中的单独节点,请将此参数设置为 true
。在此视图中,节点外观对应于仿真模式。
依存关系
您只能将 'FileDependenciesExcludingLibraries'
、'FileDependenciesIncludingLibraries'
和 'ModelReferenceInstance'
之一设置为 true
。
ShowHorizontal
— 水平显示依存关系
false (默认) | true
要打开依存关系图并使引用模型和库显示在其父级右侧,请将此参数设置为 true
。默认情况下,依存关系分析器将引用模型和库显示在其父级下方。
版本历史记录
在 R2006b 中推出
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)