フィルターのクリア

Stateflow: Output appears after some time/steps for a function call

1 回表示 (過去 30 日間)
Varunjith Vijayan
Varunjith Vijayan 2018 年 5 月 25 日
回答済み: Varunjith Vijayan 2018 年 6 月 5 日
I am using stateflow diagrams for a model and it is having multiple statecharts. The statecharts are having graphical functions and it is available globally. In one of the graphical functions, an output variable is changing. When I call this function, the output is changing after few seconds of time of execution. Example of function:
function StateSampleFunc(InputVar)
OutVariable = InputVar; %Weitten on transition
The InputVar is visible on the OutVariable after few seconds of calling the function StateSampleFunc.Is this expected for a bigger models having multiple statecharts and outputs?
  2 件のコメント
TAB
TAB 2018 年 5 月 25 日
Seems like implementation/logic issue. Not Stateflow problem. Where are you checking OutVariable ? On Scope ?
Can you share your model or part of model ?
Varunjith Vijayan
Varunjith Vijayan 2018 年 5 月 25 日
I am checking on the simulation data inspector.

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

採用された回答

Varunjith Vijayan
Varunjith Vijayan 2018 年 6 月 5 日
The issue was with the sampling time used was different with the chart which is calling the function and the chart containing the function.

その他の回答 (0 件)

カテゴリ

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

タグ

製品


リリース

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by