Simulink Profiler and its total time

7 Ansichten (letzte 30 Tage)
Hafsa Hamidane
Hafsa Hamidane am 25 Sep. 2022
Beantwortet: Kothuri am 6 Feb. 2025
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 Kommentar
Amish
Amish am 5 Feb. 2025
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

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Kothuri
Kothuri am 6 Feb. 2025
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

Kategorien

Mehr zu Modeling finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by