Simulinkのシミュレーション中に現在のシミュレーション時間を変数として取得する方法はありますか?
10 views (last 30 days)
Show older comments
Simulinkのシミュレーション中にClockブロックにて信号としてシミュレーション時間が取得できますが、
これを変数や関数として取得し、他ブロック(SimEventsのEntity Generator内のGenerate action)で使用する方法はありますでしょうか。
Clockブロックは連続値であるため、Simulink functionによる関数化はできませんでした。
0 Comments
Accepted Answer
Toshinobu Shintai
on 1 Aug 2023
Edited: Toshinobu Shintai
on 1 Aug 2023
MATLAB System ブロックを使うと、現在のシミュレーション時間を得ることができます。このブロックは、Simulink Functionの中で使えますので、「SimEventsのEntity Generator内のGenerate action」でも使える可能性があります。(私はSimEventsのEntity Generator内のGenerate actionがよく分かっておらず、そちらでは確認はしておりません)
添付ファイルをご確認ください。
0 Comments
More Answers (0)
See Also
Categories
Find more on 離散イベント シミュレーション in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!