Using Simulink | ![]() ![]() |
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.
See Appendix A, 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'
.
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
![]() | get_param | open_system | ![]() |