Simulink Profiler and its total time

5 ビュー (過去 30 日間)
Hafsa Hamidane
Hafsa Hamidane 2022 年 9 月 25 日
回答済み: Kothuri 2025 年 2 月 6 日
Hello,
I have a question concerning Simulink Profiler, I wonder if the total time "Simulink Profiler" consider also the time of execution when calling the function in case when using an interpreted Matlab function?
Thank you.
  1 件のコメント
Amish
Amish 2025 年 2 月 5 日
The Simulink Profiler reports the total time taken by each block, including any MATLAB function calls made during the simulation. Thus, the execution time of the Interpreted MATLAB Function block will reflect the time taken to execute the MATLAB code it contains

サインインしてコメントする。

回答 (1 件)

Kothuri
Kothuri 2025 年 2 月 6 日
The Simulink Profiler measures the total execution time for the simulation and the execution time for each model component, including blocks, subsystems, and model references.
You can refer the below documentation for more info on SImulink Profiler

カテゴリ

Help Center および File ExchangeModeling についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by