我是靠谱客的博主 哭泣香菇,最近开发中收集的这篇文章主要介绍Stateflow_duration计时1 语法2 案例1备注:参考文献:,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

在Stateflow中可以使用duration函数进行计时事件持续的时间。具体使用方法可以参考Stateflow的帮助文档:《Stateflow User Guide》。

1 语法

duration(C)

C is an expression that evaluates to true or false.

Returns the number of seconds since the conditional expression C became true and the associated state became active.

The value of the duration operator is reset if the conditional expression becomes false or if the associated state becomes inactive.

2 案例1

c的输出结果:

 

备注:

  1. duration在2016版的Matlab中不支持,但是2018版的Matlab中可以运行。如果在16版中运行会出现报错“The 'duration' class does not support code generation.”

参考文献:

《Stateflow User Guide》rightarrowUse Actions in ChartsrightarrowControl Chart Execution by Using Temporal Logic

最后

以上就是哭泣香菇为你收集整理的Stateflow_duration计时1 语法2 案例1备注:参考文献:的全部内容,希望文章能够帮你解决Stateflow_duration计时1 语法2 案例1备注:参考文献:所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(48)

评论列表共有 0 条评论

立即
投稿
返回
顶部