| Using Simulink | Search  Help Desk |
| new_system | Examples See Also |
Create an empty Simulink system.
Syntax
new_system('sys')
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'.
new_system('mysys')
This command creates a new subsystem named 'mysys' in the vdp system.
new_system('vdp/mysys')
See Also
close_system, open_system, save_system