How to Remove Customizatize Simulink Menu items
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
添昊 张
el 24 de Ag. de 2022
Comentada: 添昊 张
el 26 de Ag. de 2022
I recently installed other software which change my simulink menu once each time, shown in the figure. How could I remove one of them? Thank you very much!
0 comentarios
Respuesta aceptada
Fangjun Jiang
el 25 de Ag. de 2022
Most likely, it is added through a sl_customization.m file provided in the third party software .
If you know the installation folder of this software, remove this folder from your MATLAB path. That should remove the customized menu.
If you don't know the installation folder, run this and figure out which one is the installation folder.
which -all sl_customization.m
Más respuestas (0)
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!