Simulink® Release Notes Previous page   Next Page

Simulink 5.1 Release Notes


New Features

This section summarizes changes and enhancements introduced in Simulink 5.1. Those features are

Sample Time Parameters Exposed

Sample time parameters of most Simulink built-in library blocks have been exposed to the user. That is, the sample time parameter of these blocks has been made accessible via the block's dialog box or set_param. This means that most nonvirtual blocks in the Simulink library have a user settable sample time parameter. Prior to this exposure, these blocks had an internal inherited sample time with the exception of the Constant block, which had a constant (inf) sample time. By providing access to the sample time parameter, you no longer need to use the Signal Specification block to apply a nondefault sample times to these blocks.

Enhanced Debugger

This release includes enhancements to the Simulink debugger that enable you to step through a simulation showing information not visible in previous releases. The enhancements include

These changes allow you to pinpoint problems in your model with greater accuracy. The following sections briefly describe the debugger enhancements. See the Simulink documentation for a detailed description of the new features and their usage.

Enhanced Debugger Commands

This release enhances the following debugger commands:

New Debugger Commands

This release introduces the following debugger commands:

Enhanced Debugger Toolbar

The debugger toolbar has been expanded to include buttons for the following versions of the step command: step into, step over, step out, and step top.

Simulation Loop Pane

This release adds a Simulation Loop pane to the debugger GUI that displays by method the point in the simulation loop at which the simulation is currently suspended. The debugger updates the pane after each step, next, or continue command, enabling you to determine at a glance the point to which the command advanced the simulation. The pane also allows you to set breakpoints on simulation loop methods and to navigate to the block at whose method the simulation is currently suspended.

Sorted List Pane

This release renames the Block Execution List pane of the debugger GUI to the Sorted List pane to reflect more accurately what the pane contains. The Sorted List pane displays for the root system and each nonvirtual subsystem of the model being debugged a sorted list of the subsystem's blocks. The sorted lists enable you to determine the block IDs of a model's blocks.


Previous page  Known Software and Documentation Problems Context-Sensitive Data Typing of Tunable Parameters Next page

© 1994-2005 The MathWorks, Inc.