- In Child model --> Create Model parameter for seed.
- In "Model Block" in Parent model --> Pass the seed value in "Model Argument" field
How to have multiple seeds for random generation in Simulink?
4 次查看(过去 30 天)
显示 更早的评论
I have a model in Simulink that uses the `Random Number` block. This `Random Number` block uses a `Seed` value for the generation of random values. Now if I have multiple copies of my model:
main.slx
|
|-----> child_1.slx (Random Number block inside)
|
|
|-----> child_2.slx (Random Number block inside)
|
|
|-----> child_3.slx (Random Number block inside)
How can I set the `Seed` of `Random Number` to be different in each copy?
0 个评论
采纳的回答
TAB
2018-8-24
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sources 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!