How to print or save the SIMULINK execution order information ?

조회 수: 3 (최근 30일)
ABHIJITH V S
ABHIJITH V S 2024년 12월 9일
댓글: Jacob Mathew 2024년 12월 10일
How to print (display on MATLAB command window) or save the execution order information (execution order number in the curly braces) generated using Debug tab-> Information Overlays > Execution Order? Any method to do this programatically using MATLAB?

답변 (1개)

Jacob Mathew
Jacob Mathew 2024년 12월 9일
Hi Abhijith,
You can refer to the example "Report Execution Order of Tasks and Blocks in Simulink Systems" to see how you can generate a report of the execution order of a Simulink model. You can refer to the example in the following link:
You can also launch the example from the command line using the following command:
openExample('rptgenext/ExecutionOrderOfTasksAndBlocksExample')
  댓글 수: 2
ABHIJITH V S
ABHIJITH V S 2024년 12월 10일
Hi Jacob, Thank you for your answer. But I don't have a Report Generator licence. So is there any alternate method to get the execution order information programmatically

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Reporting and Database Access에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by