MATLAB: Prevent update simulink diagram

simulink diagram update

How to perform a batch of simulink diagram simulations while preventing the diagram being updated each time?

Best Answer

As long as you're not making structural changes to the model or changing non-tunable parameters (i.e., changes that require the model to update), the update process should be a lot quicker.
Maybe it would help to know what kinds of modifications the script is making, and we can see if there's a more efficient way to get around this?
- Sebastian