How to print or save the SIMULINK execution order information ?
32 ビュー (過去 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?
0 件のコメント
回答 (1 件)
Jacob Mathew
2024 年 12 月 9 日 18:22
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 件のコメント
Jacob Mathew
2024 年 12 月 10 日 9:08
Hey Abhijith,
You can refer to the following MATLAB Answer : https://www.mathworks.com/matlabcentral/answers/2013867-how-can-i-get-the-execution-order-of-blocks-in-a-simulink-model-by-means-of-a-matlab-script
参考
カテゴリ
Help Center および File Exchange で Reporting and Database Access についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!