Commenting Simulink Blocks in Parfor Loop
Show older comments
I've a scenario where I am running numerous simulations of a Simulink model for a plant in different configurations. Changes between configurations include the multiple of similar sub-systems online, and also the mode in which those sub-systems interact.
I'd like to make use of both the Parallel Computing Toolbox, and the ability to comment out Simulink block, so I can run a single model with numerous configurations in a parfor loop. Is it possible to comment blocks in a parfor loop so that different parfor loop iterations have different blocks commented in the Simulink model? Or is there an issue caused? I'm assuming since in the regular use of parfor for Simulink models, the set_param command is used, that it could be used similarly for commenting blocks, unless there is some kind of compatibility issue caused.
Accepted Answer
More Answers (0)
Categories
Find more on Programmatic Model Editing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!