How to print or save the SIMULINK execution order information ?

3 次查看(过去 30 天)
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')

类别

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