Main Content
bdclose
Close any or all Simulink model windows unconditionally
Description
bdclose
closes the current model window unconditionally and
without confirmation. Any changes made to the model since it was last saved are
lost. To find out the current model, use gcs
. If a model was only loaded,
bdclose
clears the model from memory.
bdclose('all')
closes all open model windows, discarding all
changes.