フィルターのクリア

What are stateflow control flow cycles?

2 ビュー (過去 30 日間)
Maria Radecki
Maria Radecki 2019 年 10 月 3 日
回答済み: Naveen Shanmuganantham 2020 年 12 月 16 日
The Simulink Code Inspector checks list that in stateflow "Graphical function must not contain control flow cycles.".
What are "control flow cycles"?
Does this include state self loops?

回答 (1 件)

Naveen Shanmuganantham
Naveen Shanmuganantham 2020 年 12 月 16 日
It is my understanding that you need to know about the control flow cycles in Stateflow.
Stateflow control flow cycles are like the control flow charts having feedbacks loops and sometimes it runs indefinitely if the transition conditions are not defined properly (resulting in infinite recursion).
There are a lot of control flow cycle checks which can be found in the following documentation link:

カテゴリ

Help Center および File ExchangeComplex Logic についてさらに検索

製品


リリース

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by