why stateflow during never execute?
显示 更早的评论
If i have a transition from A TO B state(no condition on transition) From B I make transition to C(no condition) I observed B during action never execute; I tested this by putting a breakpoint on B for during action Is this normal ?
回答(1 个)
Azzi Abdelmalek
2016-8-31
There is an unconditional transition from B to C, which means there is no during action. But you can see the action in B when you use
entry: out=...
类别
在 帮助中心 和 File Exchange 中查找有关 Stateflow 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!