prev value in a stateflow chart
14 ビュー (過去 30 日間)
古いコメントを表示
Stateflow documentation:
...To detect changes, the chart automatically double-buffers these values in local variables, as follows:
var_name_prev Value of data at the beginning of the last time step
var_name_start Value of data at the beginning of the current time step
Question: do I have read access to the buffered variables? I want to use them for calculations inside the stateflow chart.
0 件のコメント
回答 (1 件)
Corey Lagunowich
2025 年 4 月 2 日
No, these are internal buffers and not available to the user as of R2024b.
As a workaround, I suggest implementing your own buffers using Local data objects.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!