Simulink computational load of each subsystem (or block)

2 ビュー (過去 30 日間)
Renato Quartullo
Renato Quartullo 2021 年 4 月 19 日
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
Rilwanu Ar Roiyyaan 2022 年 9 月 16 日
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 Center および File ExchangeProgrammatic Model Editing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by