Simulink Reference Previous page   Next Page
new_system

Create an empty Simulink system

Syntax

Description

new_system('sys') or new_system('sys', 'Model') creates an empty system where sys is the name of the new system.

new_system('sys', 'Model', 'subsystem_path') creates a new system from a subsystem where subsystem_path is the full path of the subsystem. The model that contains the subsystem must be open when this command is executed.

new_system('sys', 'Library') creates an empty library.

See Model and Block Parameters for a list of the default parameter values for the new system.

Example

This command creates a new system named 'mysys'.

The commands

creates a new model named mycontroller that has the same contents as does the subsystem named Controller in the f14 demo model.

See Also


Previous page  modeladvisor open_system Next page

© 1994-2005 The MathWorks, Inc.