| Using Simulink | Search  Help Desk |
| bdclose | Examples See Also |
Close any or all Simulink system windows unconditionally.
Syntax
bdclose
bdclose('sys')
bdclose('all')
Description
bdclose with no arguments closes the current system window unconditionally and without confirmation. Any changes made to the system since it was last saved are lost.
bdclose('sys') closes the specified system window.
bdclose('all') closes all system windows.
Examples
This command closes thevdp system.
bdclose('vdp')
See Also
close_system, new_system, open_system, save_system