Using Simulink     Search    Help Desk 
new_system    Examples   See Also

Create an empty Simulink system.

Syntax

Description

new_system('sys') creates a new empty system with the specified name. If 'sys' specifies a path, the new system will be a subsystem of the system specified in the path. new_system does not open the system window.

For a list of the default parameter values for the new system, see Appendix A.

Example

This command creates a new system named 'mysys'.

This command creates a new subsystem named 'mysys' in the vdp system.

See Also



[ Previous | Help Desk | Next ]