フィルターのクリア

Repeating sequence as an input to a stateflow chart from Simulink, the first value is not read and calculated

6 ビュー (過去 30 日間)
Shuo Wang
Shuo Wang 2021 年 2 月 19 日
編集済み: Jonas 2021 年 2 月 25 日
I used a repeating sequence as an input to a stateflow chart from Simulink, but it did not take the first value and calculate in the state. Anyone encounter similar issue?

回答 (2 件)

SaiDileep Kola
SaiDileep Kola 2021 年 2 月 25 日
Use the process described here to detect common modeling errors explained here

Jonas
Jonas 2021 年 2 月 25 日
編集済み: Jonas 2021 年 2 月 25 日
Add breakpoints in you Stateflow model, and then step each and every cycle to analyse the value of the input ports and the state of the stateflow.
Remember that it takes one time step to make a transition, and it can take another time step to execute the state itself. Depends on if you have 'en:', 'du:' and 'ex:' commands inside your state code.
Also, enable Stateflow Animations for debugging.

カテゴリ

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

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by