フィルターのクリア

Transition condition of Stateflow as Parameter

3 ビュー (過去 30 日間)
Yuntao Zhang
Yuntao Zhang 2017 年 7 月 25 日
編集済み: Sebastian Castro 2017 年 7 月 31 日
Hello Everyone. Is it possible to set a transition condition of Stateflow as something like "mask-parameter" or variables? Many thanks!
  2 件のコメント
Prasanth Sunkara
Prasanth Sunkara 2017 年 7 月 28 日
Can you please provide more information/code?
Yuntao Zhang
Yuntao Zhang 2017 年 7 月 31 日
Sorry that I don't have any codes. It's just a general question:
  • If I set parameter "a" as mask-parameter, I can change it without "look under mask" (for example set a=1 for one project, and a=2 for other)
  • Analog: Is it possible to set Stateflow Transition Condition as something similar to mask-parameter without go inside the Statechart? (for example set transistion condition "[b>0]" for one project, and "[b>2]" for other )
Thanks a lot for answers

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

回答 (1 件)

Sebastian Castro
Sebastian Castro 2017 年 7 月 31 日
編集済み: Sebastian Castro 2017 年 7 月 31 日
Yes, this approach does work.
If you create data in Stateflow, you can set its "Scope" to "Parameter".
When you update the model, Simulink will search for the variable in the following order:
  • Mask workspace
  • Model workspace
  • Base workspace
... so, if you create a mask around the Stateflow chart and define a parameter b in the mask, you're all set.
- Sebastian

カテゴリ

Help Center および File ExchangeSimulink Functions についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by