How to lock the blocks made in Simulink?
5 ビュー (過去 30 日間)
古いコメントを表示
I am using MATLAB/Simulink 2017a, i would like to know if we can lock the blocks made in Simulink.
0 件のコメント
回答 (1 件)
Vishal Gaur
2020 年 7 月 1 日
Hi, Divyesh Arora,
You can use set_param to lock Simulink Blocks.
set_param('lbi_name','Lock','on')
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!