Refer to Simulation time in Simulink
2 ビュー (過去 30 日間)
古いコメントを表示
Morning!
I have created a model which gives the output after a certain part of simlation time has elapsed. i.e. Consider the following example:
<Subsystem_1> --> If Simulation time == x, then provide output of Subsystem 1 to --> <Subsystem_2>.
So, Subsystem_1 runs with respect to simulation time and the Subsystem_2 only gets the output from Subsystem_1 once Simulation time has elpased x-units.
Now, i have done the same using If-Else Block(along with the action susbsystem).
Question: Hints or Command ,which does the same without explicitly specifying with a If-Else block?
Subsystem_1 = Pulse Generator + Counter
Subsystem_2 = Matlab Embedded Function + Simout
So, just to regress: A command which i can include in the Embedded Function.
Thanks for your consideration!
3 件のコメント
Ryan G
2013 年 6 月 20 日
I guess the difference between simulation time and clock time can be a bit confusing to discuss via internet. If you mean sim time, you can use a clock or digital clock block to do this. If you mean clock time, tic toc may be valid, but I don't think you should use clock time at all.
What you can do is put -Block3- inside of an enabled subsystem. Connect the clock block (this is in the Simulink library) to a comparison, 50 in this example. Connect the output of that to the enabled port of the enabled subsystem. That should do it.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Simulink Functions についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!