Stateflow chart without states

I have seen examples before of using a state chart without states to implement logical expressions. I tried doing this recently, and I got warnings that none of my assignments would be executed because the actions did not end in states. Why would that be?

回答 (2 件)

Fangjun Jiang
Fangjun Jiang 2011 年 9 月 16 日

0 投票

You need to have a destination for the transition. Use the Junction if you don't have any State.

2 件のコメント

John F
John F 2011 年 9 月 16 日
I have a junction at the end.
I don't have any states in the diagram. I'm just using transitions to do logic. Does that make a difference?
Fangjun Jiang
Fangjun Jiang 2011 年 9 月 16 日
No. We do flow chart logic all the time using Stateflow. What version of MATLAB are you using? Did the result come out correct? Maybe it's just a friendly warning.

サインインしてコメントする。

Wilfred
Wilfred 2011 年 10 月 4 日

0 投票

AFAIK, "state charts" with just junctions and transitions , and no states, can only be defined within a graphical function. Search the user manual for "graphical function" and you'll see the examples.

1 件のコメント

Fangjun Jiang
Fangjun Jiang 2011 年 10 月 4 日
It is not true. A state chart can have just junctions and transitions.

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeDecision Logic についてさらに検索

製品

質問済み:

2011 年 9 月 16 日

Community Treasure Hunt

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

Start Hunting!

Translated by