MATLAB: Is it possible to enable Window Reuse for Simulink libraries

simulink

With Simulink models, I work with the 'Window Reuse' preference, but the preference does not work with libraries.

Best Answer

The ability to enable Window Reuse for Simulink libraries is not available in Simulink.
As a workaround, you can enable this capability with the following MATLAB command:
set_param(0, 'WindowReuseForLibraries', 'reuse')