How to Remove Customizatize Simulink Menu items
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Fangjun Jiang
2022-8-25
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
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!