Is it possible to programmatically count the number of times a block is called during a simulation?

조회 수: 1 (최근 30일)
Is it possible to programmatically count the number of times a block is called during a simulation?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2020년 4월 7일
Yes, it is possible through the Simulink Profiler. As of MATLAB R2020a, it is possible to retrieve the information regarding the number of calls to a block in the following way:
>> profilerData = out.SimulationMetadata.TimingInfo.ProfilerData
>> profilerData.rootExecNode.children(3).children(1).children(2)
For more information on the Simulink Profiler, visit the following page:

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Block Libraries에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by