[SLDEBUG] How to speed up the process
2 次查看(过去 30 天)
显示 更早的评论
Hello, I'm working with SIMULINK on a big model that contains several hundreds of modelReference blocks and I want to compute the execution order of these blocks. I'm currently running the SLDEBUG utility with the command line interface
cmds = {'slist', 'quit'};
sim(model,'debug',cmds);
Depending on the model size and number of referenced models, this process can take a very long time (~4h) and iterations can become very expensive in terms of development effort. I understand that SIMULINK needs to build the referenced models first, and then link them to the parent model =>### Successfully updated the model reference SIM target for model: model name
Is there a way to fasten the process ? Is possible to get an execution order without compiling every referenced model and linking the objects to the parent model ?
Kind regards Michael
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Debug Simulations Programmatically 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!