Main Content

本页采用了机器翻译。点击此处可查看英文原文。

动态报告组件

包括用于条件组件执行的报告组件

逻辑和循环组件有条件地执行,确定子组件何时执行或子组件执行多少次。循环组件按指定的次数运行其子组件。有关详细信息,请参阅循环上下文函数

报告组件

全部展开

For 循环Iteratively execute child components
While 循环Iteratively execute child components while a specified condition is true
逻辑 IfSpecify logical if condition
逻辑 ThenSpecify a then condition for a Logical If component
逻辑 ElseSpecify an else condition for a Logical If component
逻辑 ElseifSpecify an elseif condition for a Logical If component
模块循环运行当前系统、模型或信号中每个模块的子组件
系统过滤器如果当前系统满足指定条件,则运行子组件
图循环运行指定 Stateflow 图的子组件
图形对象循环Run child components for each Handle Graphics object open in MATLAB workspace
图窗循环Apply child components to specified graphics figures
坐标区循环Run child components for all axes objects in MATLAB workspace

主题