フィルターのクリア

Could somebody help me to implement an algorithm with stateflow?

1 回表示 (過去 30 日間)
Mamatha Ch
Mamatha Ch 2022 年 9 月 16 日
回答済み: Apeksha Bagrecha 2022 年 9 月 20 日
I would like to implement an algorithm to charge or discharge my energy storage system with two loops. Could you please help me to do this with stateflow or with matlab code? thank you!

回答 (2 件)

Apeksha Bagrecha
Apeksha Bagrecha 2022 年 9 月 20 日
The idea would be to retain the information of the variables in a state between time steps and then use that information to add or shift elements accordingly. There are various ways of doing it and one possible approach would be to call Graphical Functions in States, where in each call to the function, the entire loop is executed and data written to the array accordingly.
The attached example (testRingBuffer_TS.slx) implements a ring buffer of size 5 using the graphical function in states of a Stateflow chart.
Additional information on Graphical Functions can be found at our documentation page
>> web(fullfile(docroot, 'stateflow/flow-graph-algorithm.html'))

Benjamin Thompson
Benjamin Thompson 2022 年 9 月 19 日
Please start with the Stateflow Onramp Training on the Mathworks website. Then try to implement your algorithm and if you have specific problems post a new question with sample files attached.

カテゴリ

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

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by