Simulink computational load of each subsystem (or block)

4 次查看(过去 30 天)
Hi!
I have a Simulink model having several subsystems and blocks. I want to refine the computational time of my model, so I want to reduce the computational load of the entire model. To do this, I need to know which is/are the block in which the computational load is high, so I need a sort of run&time as in matlab. The commands tic/toc around sim(model) are not suitable because they only get the total elapsed time. How can I do? (I'm using Matlab 2019b)
Thank you in advance!

回答(1 个)

Paul
Paul 2021-4-19
编辑:Paul 2021-4-20
Check the doc pages for the the Simulink Profiler, Solver Profiler, and various pages on how to optimize performance, if you haven't alredy.
  2 个评论
Renato Quartullo
Renato Quartullo 2021-4-21
Thank you, I used: set_param(mdl,'Profile','off'); and I solved it
Rilwanu Ar Roiyyaan
Hello Renato
I am interested in what you are doing, trying to get computational load of particular block. Do you mind to share on how to do it?
Thanks

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Programmatic Model Editing 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by