Hello! I'm wondering if it's possible to programmatically disable the Save dialog which popups when you close a Simulink model? I.e when you press the X or similar. I've tried using bdclose and close_system in CloseFcn callback and even in PreSaveFcn callback but neither seems to work as the dialog still appears.