How to lock the blocks made in Simulink?
3 views (last 30 days)
Show older comments
I am using MATLAB/Simulink 2017a, i would like to know if we can lock the blocks made in Simulink.
0 Comments
Answers (1)
Vishal Gaur
on 1 Jul 2020
Hi, Divyesh Arora,
You can use set_param to lock Simulink Blocks.
set_param('lbi_name','Lock','on')
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!