- Even though subsystems are designed for modularity, it's possible there might be redundant calculations happening when you duplicate them. Ensure the subsystems aren't performing the same tasks unnecessarily.
- Is there a possibility that interactions between the duplicated subsystems are causing the slowdown? Analyze how the subsystems interact and see if there's a way to optimize communication between them.
- Try isolating a single duplicated subsystem and running the simulation. This might help pinpoint if the slowdown is caused by the subsystem itself or its interaction with the rest of the model.
how to make simulation faster when using subsystems
3 views (last 30 days)
Show older comments
Hello everyone,
I am working on a simulation project and need some help. When I use a single subsystem, the simulation runs quickly. However, when I duplicate the subsystem, the simulation slows down drastically, with 1 second of simulation time taking over 30 minutes in real time.
I have already implemented all the solver suggestions, but the issue persists.
Any suggestions on how to speed up the simulation would be greatly appreciated!
0 Comments
Answers (1)
Naga
on 17 Jun 2024
Hello Yaman,
It's counter-intuitive that duplicating a subsystem would slow down the simulation so much. Here are a few suggestions to troubleshoot the issue:
Hope this helps!
0 Comments
See Also
Categories
Find more on Subsystems 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!