Using Simulink     Search    Help Desk 
save_system    Examples   See Also

Save a Simulink system.

Syntax

Description

save_system saves the current top-level system to a file with its current name.

save_system('sys') saves the specified top-level system to a file with its current name. The system must be open.

save_system('sys', 'newname') saves the specified top-level system to a file with the specified new name. The system must be open.

Example

This command saves the current system.

This command saves the vdp system:

This command saves the vdp system to a file with the name 'myvdp'.

See Also



[ Previous | Help Desk | Next ]