Using Simulink    

Displaying a Model's Block Execution Order

Simulink determines the order in which to execute blocks at the beginning of a simulation run, during model initialization. During simulation, Simulink maintains a list of blocks sorted by execution order. This list is called the sorted list. In GUI mode, the debugger displays the sorted list in its Execution Order panel. In command-line mode, the slist command displays the model's block execution order in the MATLAB command window. The list includes the block index for each command.


 Displaying Information About the Model Displaying a Block