How to Increment a constant value every time when I run the simulink ?

19 ビュー (過去 30 日間)
kintali narendra
kintali narendra 2019 年 5 月 23 日
コメント済み: kintali narendra 2019 年 5 月 24 日
I want to keep a track of how many times my simulink model is run ? without using persistant variable and I also want to reset a variable when the simulink model is closed ? Please let me know if you have any ideas to implement this logic.

回答 (1 件)

Toshinobu Shintai
Toshinobu Shintai 2019 年 5 月 24 日
Generally speaking, it's impossible that you record statical value without using persistent variables.
If you can use Base Workspace variables, you can utilize Model Callbacks.
Example:
StartFcn : count up the counter.
CloseFcn : reset the counter to zero.

カテゴリ

Help Center および File ExchangeModel, Block, and Port Callbacks についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by