Using Simulink    

Using the Model Browser on UNIX

To open the Model Browser, select Show Browser from the File menu. The Model Browser window appears, displaying information about the current model. This figure shows the Model Browser window displaying the contents of the clutch system.

Contents of the Browser Window

The Model Browser window consists of

Interpreting List Contents

Simulink identifies masked blocks, reference blocks, blocks with defined OpenFcn parameters, and systems that contain subsystems using these symbols before a block or system name:

Opening a System

You can open any block or system whose name appears in the blocks list. To open a system:

  1. In the systems list, select by single-clicking the name of the parent system that contains the system you want to open. The parent system's contents appear in the blocks list.
  2. Depending on whether the system is masked, linked to a library block, or has an open function callback, you open it as follows:

Looking into a Masked System or a Linked Block

By default, the Model Browser considers masked systems (identified by [M]) and linked blocks (identified by [L]) as blocks and not subsystems. If you click Open System while a masked system or linked block is selected, the Model Browser displays the system or block's dialog box (Open System works the same way as double-clicking the block in a block diagram). Similarly, if the block's OpenFcn callback parameter is defined, clicking Open System while that block is selected executes the callback function.

You can direct the Model Browser to look beyond the dialog box or callback function by selecting the block in the blocks list, then clicking Look Into System. The Model Browser displays the underlying system or block.

Displaying List Contents Alphabetically

By default, the systems list indicates the hierarchy of the model. Systems that contain systems are preceded with a plus sign (+). When those systems are expanded, the Model Browser displays a minus sign (-) before their names. To display systems alphabetically, select the Display Alphabetical List menu item on the Options menu.


  The Model Browser Running a Simulation